[mythtv-commits] Ticket #2784: typo in myth.rebuilddatabase.pl

MythTV mythtv at cvs.mythtv.org
Fri Dec 8 21:39:32 UTC 2006


#2784: typo in  myth.rebuilddatabase.pl
--------------------+-------------------------------------------------------
 Reporter:  red321  |        Owner:  ijr    
     Type:  defect  |       Status:  new    
 Priority:  minor   |    Milestone:  unknown
Component:  mythtv  |      Version:  head   
 Severity:  low     |   Resolution:         
--------------------+-------------------------------------------------------
Comment (by anonymous):

 Picked up another error (?) If the filename is in the old traditional
 chanid_start_finish format, then the start time was being guessed as the
 end time. As the guessed starttime is wrong, then any descriptions from
 prevrecorded etc were being missed.


 299,301c299
 <         ($syear, $smonth, $sday, $shour, $sminute, $ssecond) =
 <             ($2, $3, $4, $5, $6, $7);
 <       ($eyear, $emonth, $eday, $ehour, $eminute, $esecond) =
 ---
 >         ($eyear, $emonth, $eday, $ehour, $eminute, $esecond) =
 383c381
 <                                 $starttime, $endtime, $storagegroup);
 ---
 >                                 $starttime, $endtime, storagegroup);
 392c390
 <                       $starttime, $endtime, $storagegroup)
 ---
 >                       $starttime, $endtime, storagegroup)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2784#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list