fixed mprintf again

svn: r2213
This commit is contained in:
Matthias Felleisen 2006-02-13 18:25:25 +00:00
parent 2161d9b6aa
commit d6fcafefb2

View File

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