mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Fix bug in port-base quoted-printable-encode reported by Seth.
This commit is contained in:
parent
de04fc85bc
commit
f76a9f2508
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
;;> Variation of the above to read and write to ports.
|
||||
|
||||
(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
|
||||
;;> above, wrapped in =?ENC?Q?...?= as per RFC1522, split across
|
||||
|
|
Loading…
Add table
Reference in a new issue