summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index 924a70e..0ef2d57 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.115 2003/08/17 08:47:41 kls Exp $
+ * $Id: config.c 1.116 2003/08/24 11:00:24 kls Exp $
*/
#include "config.h"
@@ -215,7 +215,7 @@ bool cSetupLine::Parse(char *s)
*p = 0;
char *Name = compactspace(s);
char *Value = compactspace(p + 1);
- if (*Name && *Value) {
+ if (*Name) { // value may be an empty string
p = strchr(Name, '.');
if (p) {
*p = 0;