[mythtv] length mismatch in programinfo on QT4

Kevin Kuphal kkuphal at gmail.com
Thu Apr 10 02:15:17 UTC 2008


Something seems wrong

In remoteutil.cpp at RemoteGetRecording list, I have:

        cerr << "lines: " << NUMPROGRAMLINES << "\n";
        cerr << "recordings: " << numrecordings << "\n";
        cerr << "size: " << (int)strList.size() << "\n";
Where I get:

lines: 46
recordings: 316
size: 1

And then the test:

if (numrecordings * NUMPROGRAMLINES + 1 > (int)strList.size())

fails

Why is that occuring?

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080409/374be17a/attachment.htm 


More information about the mythtv-dev mailing list