更新由于跳跃到一下行引起的读取错误bug

master
brisk 2014-05-21 22:45:25 +08:00
parent 1a9fd28e00
commit 5b7aa9e234
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ int next_line(char *data)
while(data[i] != '\n')
++i;
return i;
return i-1;
}
void free_data(CONF_ARG *data)