From d6fcafefb2eb06e6cc97aac02292b2d7caccddbf Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Mon, 13 Feb 2006 18:25:25 +0000 Subject: [PATCH] fixed mprintf again svn: r2213 --- collects/htdch/draw/installer.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/htdch/draw/installer.ss b/collects/htdch/draw/installer.ss index 51b015d76d..5bd2c7f43d 100644 --- a/collects/htdch/draw/installer.ss +++ b/collects/htdch/draw/installer.ss @@ -2,7 +2,7 @@ (require (lib "compile.ss" "profj")) (provide installer) - (define (mprintf a) + (define (mprintf . a) (fprintf a (current-error-port))) (define (installer plthome)