From 79b7f72fd1ca7165233f44299babf0ca4737b324 Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 14 Oct 2020 22:51:44 +0200 Subject: [PATCH] fix sbcli REPL sometimes writing garbage as in https://github.com/hellerve/sbcli/commit/ff2ee54dbd165d429fb7a6e82750830e87edbb61 thanks to https://github.com/hellerve/sbcli/pull/9 --- repl.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/repl.lisp b/repl.lisp index 4a8b0af..af52c25 100755 --- a/repl.lisp +++ b/repl.lisp @@ -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)