Missing arguments to WRITE-STRING

This commit is contained in:
jgarcia 2008-05-07 08:16:56 +00:00
parent 096c8a5ed4
commit 3b1f1cdfc0

View file

@ -516,7 +516,7 @@
string)
(defmethod stream-write-string ((stream ansi-stream) string &optional (start 0) end)
(cl:write-string stream))
(cl:write-string stream string start end))
;; TERPRI