[mythtv-commits] Ticket #7704: Network Interface "query liveTV" returns an error instead of expected listing
MythTV
mythtv at cvs.mythtv.org
Tue Dec 15 14:55:47 UTC 2009
#7704: Network Interface "query liveTV" returns an error instead of expected
listing
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.22-fixes
Severity: medium | Mlocked: 0
------------------------------+---------------------------------------------
Comment(by randy.rossi@…):
There is as missing guard around the binding of :CHANID which depends on
chanID not being empty. It should be this:
if (!chanID.isEmpty()) {
query.bindValue(":CHANID", chanID);
}
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7704#comment:3>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list