[mythtv-commits] Ticket #5573: Problems with multiple players for the same system
MythTV
mythtv at cvs.mythtv.org
Mon Jul 28 02:50:35 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 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();
}}}
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5573#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list