From 4d2d83b7daeea0c6c9a577c0f16406c556422abb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 14 Jan 2003 13:52:01 +0000 Subject: [PATCH] . original commit: fba5eb9251b3fb98cbd8f76ee299b0a9a83914f3 --- collects/net/mime-unit.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/mime-unit.ss b/collects/net/mime-unit.ss index d3d004c..4865f37 100644 --- a/collects/net/mime-unit.ss +++ b/collects/net/mime-unit.ss @@ -207,7 +207,7 @@ (qp-decode-stream input output))) ((base64) (lambda (output) - (base64-decode-stream input output))) + (base64-decode-stream input output))) (else ;; 7bit, 8bit, binary (lambda (output) (copy-port input output)))))))