projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac5b99
)
typo in array printing
author
Andrea Griffini
<agriff@tin.it>
Mon, 6 May 2013 06:56:18 +0000
(08:56 +0200)
committer
Andrea Griffini
<agriff@tin.it>
Mon, 6 May 2013 06:56:18 +0000
(08:56 +0200)
src/print.lisp
patch
|
blob
|
history
diff --git
a/src/print.lisp
b/src/print.lisp
index
80db1f5
..
7daa143
100644
(file)
--- 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