Fix bug in port-base quoted-printable-encode reported by Seth.

This commit is contained in:
Alex Shinn 2014-02-24 07:17:41 +09:00
parent de04fc85bc
commit f76a9f2508

View file

@ -63,7 +63,7 @@
;;> Variation of the above to read and write to ports. ;;> Variation of the above to read and write to ports.
(define (quoted-printable-encode . o) (define (quoted-printable-encode . o)
(display (apply (quoted-printable-encode-string o)))) (display (apply quoted-printable-encode-string o)))
;;> Return a quoted-printable encoded representation of string as ;;> Return a quoted-printable encoded representation of string as
;;> above, wrapped in =?ENC?Q?...?= as per RFC1522, split across ;;> above, wrapped in =?ENC?Q?...?= as per RFC1522, split across