fixed the ids parsing bug
This commit is contained in:
@@ -110,6 +110,7 @@ err_t extract_value(chunk_t *value, chunk_t *line)
|
||||
if (delimiter == ' ')
|
||||
{
|
||||
*value = *line;
|
||||
line->len = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user