diff options
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -910,7 +910,7 @@ PARSER(parse_string) { } ast_list_t *chunks = NULL; - CORD chunk = NULL; + CORD chunk = CORD_EMPTY; const char *chunk_start = pos; for (; pos < ctx->file->text + ctx->file->len && *pos != close_quote; ++pos) { if (*pos == start_interp) { |
