Commit 5fad748e authored by Hiroshi Inoue's avatar Hiroshi Inoue

Fix a bug about the handling of '.' in parse.c.

parent e552e9e5
......@@ -605,9 +605,9 @@ parse_statement(StatementClass *stmt)
if (delim == ',')
{
mylog("in_dot: got comma\n");
in_dot = FALSE;
in_field = FALSE;
}
in_dot = FALSE;
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment