Skip to content
Snippets Groups Projects
Commit cf47324e authored by Daniil Medvedev's avatar Daniil Medvedev
Browse files

gh-1089 fixed

parent 8eed499e
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,7 @@ csv_parse_impl(struct csv *csv, const char *s, const char *end, bool firstonly)
}
break;
case CSV_NEWFIELD:
csv->bufp = csv->buf;
csv->state = CSV_LEADING_SPACES;
if (is_line_end) {
csv->bufp = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment