Skip to content
Snippets Groups Projects
Commit 50b1ecdc authored by rswindell's avatar rswindell
Browse files

Added new "pad" argument to strListReadFile().

parent 30f46488
Branches
Tags
No related merge requests found
......@@ -442,7 +442,7 @@ str_list_t iniReadFile(FILE* fp)
rewind(fp);
list = strListReadFile(fp, NULL, INI_MAX_VALUE_LEN);
list = strListReadFile(fp, NULL, INI_MAX_VALUE_LEN, TRUE /* pad */);
if(list!=NULL) {
/* truncate the white-space off end of strings */
for(i=0; list[i]!=NULL; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment