fixed PR 8374

svn: r4794
This commit is contained in:
Robby Findler 2006-11-06 19:22:12 +00:00
parent 102543cf6f
commit 43e7135380

View File

@ -350,7 +350,7 @@ profile todo:
[send-out
(λ (msg f)
(if (port-writes-special? (current-error-port))
(let ([snp (make-object string-snip% " in:")])
(let ([snp (make-object string-snip% msg)])
(f snp)
(write-special snp (current-error-port)))
(display msg (current-error-port))))])