summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2002-02-25 18:00:00 +0100
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2002-02-25 18:00:00 +0100
commit0bad88704ba7e0346c49bb28be28e709473d9244 (patch)
treec8bdde6db40ae45dbc1b3b5297ac1ef716f2ab7d /eit.c
parentfb8e7fa302ef8a73feb6958b0cb32cc54f76e677 (diff)
downloadvdr-patch-lnbsharing-0bad88704ba7e0346c49bb28be28e709473d9244.tar.gz
vdr-patch-lnbsharing-0bad88704ba7e0346c49bb28be28e709473d9244.tar.bz2
Version 1.0.0pre2vdr-1.0.0pre2
- Fixed a crash in case there is no 'epg.data' at program start (thanks to Andreas Schultz).
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 bd43fe9..8f4c037 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)