diff --git a/runtime.c b/runtime.c index fb4cb665..1c7a81f8 100644 --- a/runtime.c +++ b/runtime.c @@ -891,7 +891,7 @@ object Cyc_list2string(object cont, object lst){ } buf[i] = '\0'; - { make_string_noalloc(str, buf, i - 1); + { make_string_noalloc(str, buf, i); return_closcall1(cont, &str);} }