[mythtv-commits] Ticket #5557: 2 line patch to dvbci.cpp

MythTV mythtv at cvs.mythtv.org
Sun Jul 20 18:41:38 UTC 2008


#5557: 2 line patch to dvbci.cpp
-------------------------------------------------+--------------------------
 Reporter:  torbjorn.jansson at mbox200.swipnet.se  |       Owner:  danielk   
     Type:  patch                                |      Status:  new       
 Priority:  trivial                              |   Milestone:  unknown   
Component:  dvb                                  |     Version:  0.21-fixes
 Severity:  medium                               |     Mlocked:  0         
-------------------------------------------------+--------------------------
 2 Line patch to dvbci.cpp

 Changeset r15819 ( Ticket #4604 ) Changed MAXCASYSTEMIDS to 64 but forgot
 to change the .h file resulting in this warning

 {{{
 dvbdev/dvbci.cpp:962:1: warning: "MAXCASYSTEMIDS" redefined
 In file included from dvbdev/dvbci.cpp:27:
 dvbdev/dvbci.h:44:1: warning: this is the location of the previous
 definition
 }}}

 and the second thing this patch does is to add a missing break.
 without the break you get 2 lines like this in the log:

 {{{
 ERROR: can't create session for resource identifier: 00400041
 ERROR: unknown resource identifier: 00400041
 }}}

 instead of just one line (the first one)
 this should cut down half of the stuff i get in my log file, but still
 don't know whats causing the first error.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5557>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list