summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index b987169d..7cf22f45 100644
--- a/regex.c
+++ b/regex.c
@@ -3179,7 +3179,7 @@ static val scan_until_common(val self, val regex, val stream_in,
if (!out)
out = mkstring(one, ch);
else
- string_extend(out, ch);
+ string_extend(out, ch, nil);
} else {
count++;
}