From e656c86153c46956dd878da5d5c1c455f86b8892 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 7 Nov 2004 10:43:52 +0100 Subject: Added missing initialization of cEvent::seen --- HISTORY | 1 + epg.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 2f66d60c..e640fac4 100644 --- a/HISTORY +++ b/HISTORY @@ -3131,3 +3131,4 @@ Video Disk Recorder Revision History - Fixed handling of pmAudioOnlyBlack (thanks to Stefan Huelswitt). - Fixed a short glitch when starting a recording on the primary device while in replay or transfer mode (thanks to Marco Schlüßler). +- Added missing initialization of cEvent::seen. diff --git a/epg.c b/epg.c index ffd61a43..877ce24c 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 and Rolf Hakenes . * - * $Id: epg.c 1.21 2004/10/31 16:12:36 kls Exp $ + * $Id: epg.c 1.22 2004/11/07 10:43:30 kls Exp $ */ #include "epg.h" @@ -31,6 +31,7 @@ cEvent::cEvent(tChannelID ChannelID, u_int16_t EventID) startTime = 0; duration = 0; vps = 0; + SetSeen(); } cEvent::~cEvent() -- cgit v1.2.3