Loading src/main.c +3 −2 Original line number Diff line number Diff line Loading @@ -2039,7 +2039,7 @@ static int parseconfig(const char *filename, alloced_param=FALSE; /* lines with # in the fist column is a comment! */ while(isspace((int)*line)) while(*line && isspace((int)*line)) line++; switch(*line) { Loading @@ -2059,6 +2059,7 @@ static int parseconfig(const char *filename, line++; /* ... and has ended here */ if(*line) *line++=0; /* zero terminate, we have a local copy of the data */ #ifdef DEBUG_CONFIG Loading Loading
src/main.c +3 −2 Original line number Diff line number Diff line Loading @@ -2039,7 +2039,7 @@ static int parseconfig(const char *filename, alloced_param=FALSE; /* lines with # in the fist column is a comment! */ while(isspace((int)*line)) while(*line && isspace((int)*line)) line++; switch(*line) { Loading @@ -2059,6 +2059,7 @@ static int parseconfig(const char *filename, line++; /* ... and has ended here */ if(*line) *line++=0; /* zero terminate, we have a local copy of the data */ #ifdef DEBUG_CONFIG Loading