> Oops, apparently I tend to misread do {} while like a pascal
repeat...until
> statement (not the first time).
> I thought the loop was skipping the CR and LF characters...
>
> Please ignore my previous mail...
>
> The only remark that still holds is that the following:
> > if ((chr != CR) || (chr != LF)) {
> > pos--;
> > }
> will always execute pos--; so either the test is obsolate or the writer
> meant it differently.
Yes I agree.
Remy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]