From a4b8f14332971c4d9061264a45856076186f181d Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 3 May 2023 16:43:09 +0200 Subject: fix(3p/lisp/mime4cl): use OTHERWISE in CASE not T Change-Id: Ia674705b27fbc4ae3055973eec563b078a4a873c Reviewed-on: https://cl.tvl.fyi/c/depot/+/8558 Reviewed-by: sterni Autosubmit: sterni Tested-by: BuildkiteCI --- third_party/lisp/mime4cl/mime.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/lisp') diff --git a/third_party/lisp/mime4cl/mime.lisp b/third_party/lisp/mime4cl/mime.lisp index dbf5a25fa4..b240b02f71 100644 --- a/third_party/lisp/mime4cl/mime.lisp +++ b/third_party/lisp/mime4cl/mime.lisp @@ -793,7 +793,7 @@ returns a MIME-MESSAGE object." 'base64-encoder-input-stream) (:quoted-printable 'quoted-printable-encoder-input-stream) - (t + (otherwise '8bit-encoder-input-stream)) :underlying-stream (make-instance 'binary-input-adapter-stream :source body)))) -- cgit 1.4.1