Ticket #1002: tv_play.patch

File tv_play.patch, 470 bytes (added by anonymous, 20 years ago)
  • libs/libmythtv/tv_play.h

     
    213213    bool HasQueuedInput(void) const
    214214        { return !GetQueuedInput().isEmpty(); }
    215215    bool HasQueuedChannel(void) const
    216         { return queuedChanID || !GetQueuedChanNum().isEmpty(); }
     216        { return queuedChanID || !queuedChanNum.isEmpty(); }
    217217
    218218    // get queued up input
    219219    QString GetQueuedInput(void)   const { return queuedInput; }