From 5cdeab55f067f6d554d47c7510bc5afeb643cc24 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 28 Oct 2006 08:48:31 +0000 Subject: (svn r6972) - Codechange: Allow standard ini-file style comments --- settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.c b/settings.c index 6ffc63dbf..c0557fa17 100644 --- a/settings.c +++ b/settings.c @@ -221,7 +221,7 @@ static IniFile *ini_load(const char *filename) *e = '\0'; // skip comments and empty lines - if (*s == '#' || *s == '\0') { + if (*s == '#' || *s == ';' || *s == '\0') { uint ns = comment_size + (e - s + 1); uint a = comment_alloc; uint pos; -- cgit v1.2.3-70-g09d2