diff --git a/src/ucl_parser.c b/src/ucl_parser.c index 6a53fe80..7313b28a 100644 --- a/src/ucl_parser.c +++ b/src/ucl_parser.c @@ -1810,8 +1810,8 @@ ucl_parse_value (struct ucl_parser *parser, struct ucl_chunk *chunk) } if (*p =='\n') { /* Set chunk positions and start multiline parsing */ + chunk->remain -= p - c + 1; c += 2; - chunk->remain -= p - c; chunk->pos = p + 1; chunk->column = 0; chunk->line ++;