[mythtv-commits] Ticket #5573: Problems with multiple players for the same system

MythTV mythtv at cvs.mythtv.org
Mon Jul 28 22:01:50 UTC 2008


#5573: Problems with multiple players for the same system
--------------------------------------+-------------------------------------
 Reporter:  John <jrlagrone at gmx.net>  |        Owner:  greg      
     Type:  defect                    |       Status:  new       
 Priority:  minor                     |    Milestone:  unknown   
Component:  mythgame                  |      Version:  0.21-fixes
 Severity:  low                       |   Resolution:            
  Mlocked:  0                         |  
--------------------------------------+-------------------------------------

Comment(by john <jrlagrone at gmx.net>):

 Replying to [comment:1 anonymous]:
 > The problem described sounds like it would be coming from the block of
 code in mythgame/rominfo.cpp.  I'm not all that familiar with querying
 techniques used or how may have been modified within myth; but judging
 from the rest of the file, I believe the problem is the actual query call.
 >
 > I Believe
 >
 > {{{
 > 275           query.exec(thequery);
 > }}}
 >
 > Should simply be
 >
 > {{{
 > 275           query.exec();
 > }}}

 I can confirm that this change fixes my problem.  I'd also like to note
 that this also appears in the trunk version.

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


More information about the mythtv-commits mailing list