Hi Martin,

Thanks a lot for noticing the error. That was stupid of me to make such
mistake. I need to pay more attention next time :)

--
Sergey

On Fri, 2006-02-17 at 18:36 +0100, [EMAIL PROTECTED] wrote:
> Hallo Sergey!
> 
> Normally I am a quit reader of your questions. And I heve learned a
> lot
> from you by this - so this time I am glad that I can help you:
> 
> The fault is in : endl 
> 
> There you use the word ! wich put a 10 at the end of a string (i.e
> Lineend) but this 0 is four byte long so you destroyed the adress of
> some other word.
> 
> (the eloquence of Bernds forth provides the code to crash by the first
> occurence of endl.)
> 
> Use c! instead it will only store the byte 10 (0A).
> 
> Regards Martin  


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to