summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-25 16:32:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-25 16:32:34 +0100
commitbddab7107d92bdb9013dc15c078edf138d7a35e6 (patch)
tree14c2adc17aefbbab22f6c6727183098867b0734d /eit.c
parent58af7c57e5f043fdbc574a3c72596261c10d6e2c (diff)
downloadvdr-bddab7107d92bdb9013dc15c078edf138d7a35e6.tar.gz
vdr-bddab7107d92bdb9013dc15c078edf138d7a35e6.tar.bz2
Fixed a crash in case there is no 'epg.data' at program start1.0.0pre2
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/eit.c b/eit.c
index bd43fe92..8f4c0372 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.37 2002/02/23 17:11:19 kls Exp $
+ * $Id: eit.c 1.38 2002/02/25 16:30:42 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -1022,6 +1022,8 @@ bool cSIProcessor::Read(FILE *f)
return false;
}
}
+ else
+ return false;
}
bool result = cSchedules::Read(f);
if (OwnFile)