summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-24 12:01:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-24 12:01:20 +0100
commit7eca326b397e37af47bd579fa48f67129199079b (patch)
treec7b57a59c8936302bd8bbba4f0de1a59b1df1c33 /config.c
parent7f3c58f857ef4fa8f5f57c530f4083ac1b2a06b9 (diff)
downloadvdr-7eca326b397e37af47bd579fa48f67129199079b.tar.gz
vdr-7eca326b397e37af47bd579fa48f67129199079b.tar.bz2
Reading the 'setup.conf' file no longer terminates in case of an error
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.c b/config.c
index 8e6cf37a..213fe2cf 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.86 2002/02/24 11:53:12 kls Exp $
+ * $Id: config.c 1.87 2002/02/24 11:59:14 kls Exp $
*/
#include "config.h"
@@ -994,7 +994,6 @@ bool cSetup::Load(const char *FileName)
if (*buffer != '#' && !Parse(buffer)) {
esyslog(LOG_ERR, "error in %s, line %d\n", fileName, line);
result = false;
- break;
}
}
}