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(
|
| 846 | 846 | destination.push_back(p); |
| 847 | 847 | } |
| 848 | 848 | |
| | 849 | #if 0 |
| 849 | 850 | typename AutoDeleteDeque<TYPE*>::const_iterator dit = destination.begin(); |
| 850 | 851 | for (; dit != destination.end(); ++dit) |
| 851 | 852 | { |
| … |
… |
bool LoadFromScheduler(
|
| 862 | 863 | } |
| 863 | 864 | } |
| 864 | 865 | } |
| | 866 | #endif |
| 865 | 867 | |
| 866 | 868 | if (programCount != slist[1].toUInt()) |
| 867 | 869 | { |