Ticket #4472: 4472-test-1.patch

File 4472-test-1.patch, 513 bytes (added by danielk, 19 years ago)

Testing patch to try

  • libs/libmythtv/channelutil.cpp

     
    923923    if (new_channum.isEmpty() || old_channum.isEmpty())
    924924        return false;
    925925
    926     if (new_channum == old_channum)
    927         return true;
     926//    if (new_channum == old_channum)
     927//        return true;
    928928
    929929    uint old_mplexid = GetMplexID(srcid, old_channum);
    930930    if (!old_mplexid)