70ed1a72ad
The `fprocopen` function allows users to specify a delimiter chacter that is used to split very large input lines into smaller chunks. While the code checks that the caller did actually supply the delimiter, it is in fact never used to split the string. Instead, the hardcoded default character ',' is always used to split the string. Fix the issue by using `cookie->delim` instead. |
||
---|---|---|
.. | ||
.gitignore | ||
fileutils.c | ||
procio.3 | ||
procio.c | ||
signals.c | ||
strutils.c | ||
strverscmp.c | ||
test_fileutils.c | ||
test_process.c | ||
test_strtod_nol.c | ||
test_strutils.c |