File diff r4968:e06ce31fd68f → r4969:3898029125a9
settings.c
Show inline comments
 
@@ -221,7 +221,7 @@ static IniFile *ini_load(const char *fil
 
		*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;