Ticket #5114: 5114_patch.patch

File 5114_patch.patch, 668 bytes (added by michael bishop <clever@…>, 16 years ago)
  • tv_play.cpp

     
    65206523            QString evchanid = tokens[1];
    65216524            QDateTime evstartts = QDateTime::fromString(tokens[2], Qt::ISODate);
    65226525
     6526          if (tokens.count() == 4) { // empty commflag lists cause the frontend to segfault
    65236527            if ((playbackinfo->chanid == evchanid) &&
    65246528                (playbackinfo->recstartts == evstartts))
    65256529            {
     
    65346538
    65356539                nvp->SetCommBreakMap(newMap);
    65366540            }
     6541          }
    65376542        }
    65386543        pbinfoLock.unlock();
    65396544    }