another error-message fix

This commit is contained in:
Matthew Flatt 2011-07-31 05:09:49 -06:00
parent 8a00308ad5
commit 2146a020c0

View File

@ -1468,7 +1468,7 @@
[name (object-name port)]
[convert-newlines-to #f]
[decode-error (lambda (msg port)
(error 'reencode-input-port
(error 'reencode-output-port
(format "~a: ~~e" msg)
port))])
(let ([c (bytes-open-converter "UTF-8" encoding)]