summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-09-06 14:20:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-09-06 14:20:20 +0200
commita079bc9c25ca89150d398573cbb02d7ae1ee6fd0 (patch)
treed502212224cf6955bab785afcb83778ccf782e5e /config.h
parent089b421dca3973564b16232fef8bec73c33661db (diff)
downloadvdr-a079bc9c25ca89150d398573cbb02d7ae1ee6fd0.tar.gz
vdr-a079bc9c25ca89150d398573cbb02d7ae1ee6fd0.tar.bz2
Errors in config files no longer keep VDR from starting
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 2a26addf..12a4e12c 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 2.2 2008/04/19 09:19:22 kls Exp $
+ * $Id: config.h 2.3 2008/09/06 14:06:56 kls Exp $
*/
#ifndef __CONFIG_H
@@ -122,7 +122,6 @@ public:
esyslog("ERROR: error in %s, line %d", fileName, line);
delete l;
result = false;
- break;
}
}
}