svn: r15422

This commit is contained in:
Eli Barzilay 2009-07-09 20:57:00 +00:00
parent f9aeba626c
commit c038edeada

View File

@ -64,7 +64,7 @@
[else
(let ([col (- col len1)]
[len2 (if (number? pfx2) pfx2 (string-length pfx2))])
(when (< col len2) (write-string (->str pfx2) p col )))])))))
(when (< col len2) (write-string (->str pfx2) p col)))])))))
;; the basic printing unit: strings
(define (output-string x)
(define pfx (mcar pfxs))