fix sbcli REPL sometimes writing garbage

as in
ff2ee54dbd

thanks to https://github.com/hellerve/sbcli/pull/9
This commit is contained in:
vindarel 2020-10-14 22:51:44 +02:00
parent 46fc9489c8
commit 79b7f72fd1

View file

@ -176,7 +176,6 @@ based on SBCLI")
(char x n)))
(cdr items))
(setf lst n)))
(write lst)
(subseq (car items) 0 (1+ lst))))
(defun starts-with (text)