Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
5ae7efc18b
  1. 2
      src/komodo_utils.h

2
src/komodo_utils.h

@ -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));

Loading…
Cancel
Save