Ticket #1342: eit-sqlquery-error.diff

File eit-sqlquery-error.diff, 541 bytes (added by Stuart Auchterlonie, 20 years ago)

Fixes sql error.

  • libs/libmythtv/eithelper.cpp

    old new  
    179179    else if (query.next())
    180180    {
    181181        // Check to see if we are interseted in this channel
    182         query.next();
    183182        bool useOnAirGuide = query.value(1).toBool();
    184183        return (useOnAirGuide) ? query.value(0).toInt() : -1;       
    185184    }