From ea16b847607d9115adbdc7050a4e6ad95359bac9 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 17 Aug 2009 22:00:02 +0200 Subject: config updates --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 90a5f0a2..03c3a785 100644 --- a/conf.c +++ b/conf.c @@ -22,7 +22,7 @@ conf_load (void) { int line = 0; while (fgets (str, 1024, fp) != NULL) { line++; - if (str[0] == '#') { + if (str[0] == '#' || str[0] <= 0x20) { continue; } uint8_t *p = (uint8_t *)str; -- cgit v1.2.3