Thanks I didn't realize. I've updated my bookmarks
Hi Jay, Libcsv is now maintained on GitHub (https://github.com/rgamble/libcsv) where this issue was corrected about a year ago.
csv_fini parameter check done after deref
I am calling parse regularly, character by character, on my file but it only seems to be able to parse the first 372 lines save for the last two characters in line 372. So I tried removing the lines past and lincluding 372 and now csv_parse only parses up to 186 lines, again save for the final two characters of line 186. Now line 186 is exactly half of 372 and I figure there is some buffer setting in libcsv that I just don't yet know about. Does anyone have a clue? To further reiterate, when I removed...
I am calling parse regularly, character by character, on my file but it only seems to be able to parse the first 372 lines save for the last two characters in line 372. So I tried removing the lines past and lincluding 372 and now csv_parse only parses up to 186 lines, again save for the final two characters of line 186. Now line 186 is exactly half of 372 and I figure there is some buffer setting in libcsv that I just don't yet know about. Does anyone have a clue? To further reiterate, when I removed...
I'm interested in tracking the offset location where the parser finds any record...
Typo fixes in csv.3