fixed the ids parsing bug

This commit is contained in:
Andreas Steffen
2006-09-19 06:17:06 +00:00
parent 43ead00a2f
commit b2ac140338
+1
View File
@@ -110,6 +110,7 @@ err_t extract_value(chunk_t *value, chunk_t *line)
if (delimiter == ' ')
{
*value = *line;
line->len = 0;
}
else
{