[mel-base-devel] Another one, this time with backtrace.
Robin Lee Powell
rlpowell at digitalkingdom.org
Fri Jan 23 00:54:42 UTC 2009
On Thu, Jan 22, 2009 at 04:49:48PM -0800, Robin Lee Powell wrote:
> I haven't solved this one yet, but:
>
> * (MEL.INTERNAL:DECODE-QUOTED-PRINTABLE
> "
> I am experiencing difficulty migrating my Times File Saved pages. The syst=
> em is not identifying the correct username.
> It shows the username as news_reader21. Please advise.
> _________________________________________________________________
> Windows Live=99 Hotmail=AE=85more than just e-mail.=20
> http://windowslive.com/howitworks?ocid=3DTXT_TAGLM_WL_t2_hm_justgotbetter_h=
> owitworks_012009=
> ")
>
> debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" RUNNING {A834A69}>:
> Unexpected end of file
I make no assertion that this is the *right* fix, but it's *a* fix:
In mel.gray-stream:stream-read-char, replace:
((eql c #\return) (get-char eis)(get-char eis)(read-char stream))
((eql c #\newline) #+nil(warn "Newline read instead of CR")(get-char eis)(read-char stream))
with:
((eql c #\return) (get-char eis)(get-char eis)(read-char stream nil :eof))
((eql c #\newline) #+nil(warn "Newline read instead of CR")(get-char eis)(read-char stream nil :eof))
-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