Work around bug lurking after change to store buffer contents in
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 8 Jul 2007 06:37:31 +0000 (06:37 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 8 Jul 2007 06:37:31 +0000 (06:37 +0000)
commitc188fc839755c4fb6b45b814adf6e1c9c659d575
tree65ec3149b88fcaaa3be43d063da9301ddf0759b8
parent31b67d74cfe90f46895a9e6db39d867852ad3457
Work around bug lurking after change to store buffer contents in
external strings: %GROUP-WRITE, called in WRITE-MIME-MESSAGE-BODY-1,
passes along an external string to the writer procedure, but
ENCODE-QUOTED-PRINTABLE:UPDATE expects an internal string.  Copy the
string into the heap for now with XSUBSTRING, rather than fixing the
MIME encoder to accept external strings.
v7/src/edwin/sendmail.scm