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 == ' ')
|
if (delimiter == ' ')
|
||||||
{
|
{
|
||||||
*value = *line;
|
*value = *line;
|
||||||
|
line->len = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user