This commit is contained in:
jl777
2016-10-25 15:22:01 -03:00
parent ea3631c602
commit 5ae7efc18b

View File

@@ -948,7 +948,7 @@ char *parse_conf_line(char *line,char *field)
if ( *line == '=' )
line++;
while ( line[strlen(line)-1] == '\r' || line[strlen(line)-1] == '\n' || line[strlen(line)-1] == ' ' )
line[strlen(line)-1] == 0;
line[strlen(line)-1] = 0;
printf("LINE.(%s)\n",line);
_stripwhite(line,0);
return(clonestr(line));