aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index d7d8ff74..c24cd071 100644
--- a/parse.c
+++ b/parse.c
@@ -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) {