From fa3f23105ddcf07c5900de47f19af43d1db1b597 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:27 -0800 Subject: Import Upstream version 2c3 --- format.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.scm') diff --git a/format.scm b/format.scm index 1650e72..e64efa7 100644 --- a/format.scm +++ b/format.scm @@ -429,7 +429,7 @@ (anychar-dispatch)) ((#\|) ; Page seperator (if (one-positive-integer? params) - (format:out-str (car params) slib:form-feed) + (format:out-fill (car params) slib:form-feed) (format:out-char slib:form-feed)) (set! format:output-col 0) (anychar-dispatch)) -- cgit v1.2.3