[mel-base-devel] EOF error on mel.mime:scan-forward-boundary-tag
Fred Gibson
fred at streamfocus.com
Thu Jan 21 04:49:05 UTC 2010
When running (mel:parts (mel.mime::make-message-from-file filename) I
was getting an end of file error. I narrowed the problem down to peek
in mel.mime:scan-forward-boundary-tag, and got the function working by
changing:
(flet ((peek ()
(peek-char nil in-stream))
to
(flet ((peek ()
(peek-char nil in-stream nil :eof))
My best,
Fred Gibson
Founder / Software Developer
http://www.streamfocus.com
(c)2010 Organon Technologies LLC
More information about the mel-base-devel
mailing list