diff --git a/collects/net/pop3-unit.ss b/collects/net/pop3-unit.ss index 961d063..79a73aa 100644 --- a/collects/net/pop3-unit.ss +++ b/collects/net/pop3-unit.ss @@ -39,7 +39,8 @@ (lambda (constructor format-string . args) (lambda exn-args (raise (apply constructor - (apply format format-string args) + (string->immutable-string + (apply format format-string args)) (current-continuation-marks) exn-args)))))