From c77d013a8028e06694d1db122e063ecb420eb4bc Mon Sep 17 00:00:00 2001 From: Coin Okay Date: Thu, 23 Apr 2020 07:19:42 -0500 Subject: moo --- decoders.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders.lisp') diff --git a/decoders.lisp b/decoders.lisp index e7ea491..7c331f8 100644 --- a/decoders.lisp +++ b/decoders.lisp @@ -112,7 +112,7 @@ becomes (:content-disposition (:name \"file\" :filename \"mypic.png\"))") (let* ((boundary (concatenate 'string "--" (second (split-sequence:split-sequence #\= content-type)))) (stream (make-instance 'replay-streams:static-text-replay-stream - :text (dump-stream-to-text stream)))) + :text (dump-stream-to-text stream)))) ; Wouldn't work with raw stream (parse stream (<