[mythtv-commits] Ticket #3321: Mythfrontend Crash when viewing upcoming recordings

MythTV mythtv at cvs.mythtv.org
Wed Apr 18 14:57:29 UTC 2007


#3321: Mythfrontend Crash when viewing upcoming recordings
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  unknown
 Severity:  medium     |   Resolution:         
-----------------------+----------------------------------------------------

Comment(by cizek at rcn.com):

 Patch to fix crash
 {{{
 Index: mythtv/libs/libmythtv/programinfo.cpp
 ===================================================================
 --- mythtv/libs/libmythtv/programinfo.cpp       2006-10-26
 06:30:23.000000000 -0500
 +++ mythtv/libs/libmythtv/programinfo.cpp       2007-04-18
 00:43:55.000000000 -0500
 @@ -3172,7 +3172,7 @@
      if (record == NULL && recordid)
      {
          record = new ScheduledRecording();
 -        record->loadByID(recordid);
 +        record->loadByProgram(this);
      }

      if (filesize > 0)

 }}}

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


More information about the mythtv-commits mailing list