summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-07 10:43:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-07 10:43:52 +0100
commite656c86153c46956dd878da5d5c1c455f86b8892 (patch)
tree2223d3e37cf42a474ae19a7b28c0d3e5fe7106f7 /epg.c
parent2ef5ba57101fbc9fc38c1687b405dca127183c78 (diff)
downloadvdr-e656c86153c46956dd878da5d5c1c455f86b8892.tar.gz
vdr-e656c86153c46956dd878da5d5c1c455f86b8892.tar.bz2
Added missing initialization of cEvent::seen
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 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 <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $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()