Ticket #12225: 0001-Removed-status-override-for-same-record.patch

File 0001-Removed-status-override-for-same-record.patch, 877 bytes (added by gregorio.gervasio@…, 11 years ago)

Workaround to revert to old recstatus behavior

  • mythtv/libs/libmyth/programinfo.h

    From 07aaf9b5a7212a167066e6b42440d61c4298d2d4 Mon Sep 17 00:00:00 2001
    From: "Gregorio Gervasio, Jr" <gregorio.gervasio@gmail.com>
    Date: Sat, 26 Jul 2014 11:18:31 -0700
    Subject: [PATCH] Removed status override for same record.
    
    ---
     mythtv/libs/libmyth/programinfo.h | 2 ++
     1 file changed, 2 insertions(+)
    
    diff --git a/mythtv/libs/libmyth/programinfo.h b/mythtv/libs/libmyth/programinfo.h
    index f11ae57..079beac 100644
    a b bool LoadFromScheduler(  
    846846        destination.push_back(p);
    847847    }
    848848
     849#if 0
    849850    typename AutoDeleteDeque<TYPE*>::const_iterator dit = destination.begin();
    850851    for (; dit != destination.end(); ++dit)
    851852    {
    bool LoadFromScheduler(  
    862863            }
    863864        }
    864865    }
     866#endif
    865867
    866868    if (programCount != slist[1].toUInt())
    867869    {