[mel-base-devel] Another bug.
Robin Lee Powell
rlpowell at digitalkingdom.org
Thu Jan 22 00:15:04 UTC 2009
Broken QP crashes things; write-char can't take nil, which is what
things return when a QP char is wrong. The fix is, in
/usr/src/clbuild/source/mel-base/quoted-printable-stream.lisp , in
decode-quoted-printable , to replace:
do (write-char c out))))))
with:
do (when c (write-char c out)))))))
-Robin
--
They say: "The first AIs will be built by the military as weapons."
And I'm thinking: "Does it even occur to you to try for something
other than the default outcome?" -- http://shorl.com/tydruhedufogre
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
More information about the mel-base-devel
mailing list