summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-03-20 13:12:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-03-20 13:12:07 +0100
commit14a38b1dba6f6cc9d0ec4dc46e001b7367616073 (patch)
treef09ba7c0aee8d338f21716c57d83c76ee18ca2c8 /epg.c
parent456ded045c228accff613c0ebaf7833d8164e3ec (diff)
downloadvdr-14a38b1dba6f6cc9d0ec4dc46e001b7367616073.tar.gz
vdr-14a38b1dba6f6cc9d0ec4dc46e001b7367616073.tar.bz2
Improved falling back to normal recording if the VPS data hasn't been seen for more than 30 seconds
Diffstat (limited to 'epg.c')
-rw-r--r--epg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epg.c b/epg.c
index 4020e035..7b0fcd90 100644
--- a/epg.c
+++ b/epg.c
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.c 1.26 2005/03/13 13:19:15 kls Exp $
+ * $Id: epg.c 1.27 2005/03/20 12:34:19 kls Exp $
*/
#include "epg.h"
@@ -645,6 +645,7 @@ cSchedule::cSchedule(tChannelID ChannelID)
channelID = ChannelID;
hasRunning = false;;
modified = 0;
+ presentSeen = 0;
}
cEvent *cSchedule::AddEvent(cEvent *Event)