diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ static Val fn_spend(State *S, int nargs, Val *args) { memcpy(cur, s->d, s->len); cur += s->len; } + new[len] = '\0'; return VAL_OBJ(objstring_take(S, new, len)); } static Val fn_spendsplat(State *S, int nargs, Val *args) { |