From: Andrea Griffini Date: Mon, 6 May 2013 06:56:18 +0000 (+0200) Subject: typo in array printing X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=df5813a90dd0ea1501d9fafe95719f7056286edd;p=jscl.git typo in array printing --- diff --git a/src/print.lisp b/src/print.lisp index 80db1f5..7daa143 100644 --- a/src/print.lisp +++ b/src/print.lisp @@ -214,7 +214,7 @@ (write-to-string (cdr last) known-objects object-ids)))) ")")) ((arrayp form) - (let ((result "(") + (let ((result "#(") (sep "")) (dotimes (i (length form)) (setf result (concat result sep