Use STRING instead of the internal function CHAR-TO-STRING
authorDavid Vázquez <davazp@gmail.com>
Fri, 24 May 2013 01:13:46 +0000 (02:13 +0100)
committerDavid Vázquez <davazp@gmail.com>
Fri, 24 May 2013 01:13:46 +0000 (02:13 +0100)
src/print.lisp

index ed7b8c1..f9b5aff 100644 (file)
                (t
                 (concatf res (format-special next (car arguments)))
                 (pop arguments))))
-            (setq res (concat res (char-to-string c))))
+            (setq res (concat res (string c))))
         (incf i)))
     (if destination
         (progn