svn: r15422

original commit: c038edeadaef31c8da312cc41e99369436241c58
This commit is contained in:
Eli Barzilay 2009-07-09 20:57:00 +00:00
parent e4bf3fb619
commit 9685a9bb56

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))