[mythtv-commits] Re: Ticket #823: Patch: Fix compile issue on GCC-4.1.0 x86_64

MythTV mythtv at cvs.mythtv.org
Sat Dec 17 09:54:18 EST 2005


#823: Patch: Fix compile issue on GCC-4.1.0 x86_64
-----------------------------------+----------------------------------------
 Reporter:  mythtv at feature-it.com  |        Owner:  ijr
     Type:  defect                 |       Status:  new
 Priority:  major                  |    Milestone:     
Component:  mythtv                 |      Version:     
 Severity:  high                   |   Resolution:     
-----------------------------------+----------------------------------------
Comment (by anonymous):

 Oopsie, trac seems to like to interpret ticket contents. So this is the
 patch again in a code block:

 {{{
 Index: libs/libmythtv/datadirect.h
 ===================================================================
 --- libs/libmythtv/datadirect.h (revision 8300)
 +++ libs/libmythtv/datadirect.h (working copy)
 @@ -268,7 +268,7 @@

      void setInputFile(const QString &filename);

 -    bool DataDirectProcessor::getNextSuggestedTime(void);
 +    bool getNextSuggestedTime(void);

      QValueList<DataDirectStation> stations;
      QValueList<DataDirectLineup> lineups;

 }}}

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/823>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list