Patrick Steinhardt 70ed1a72ad procio: use the user-supplied delimiter to split large input
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.
2019-03-04 21:54:43 +11:00
..
2016-03-10 22:27:09 +11:00
2016-03-10 22:27:09 +11:00
2016-03-12 15:07:30 +11:00
2016-03-10 22:27:09 +11:00