Hello,
> here is a patch for this problem.
> it seems to work well in my box.

The bug might be fixed in the CVS repository.
Thank you.

diff -r1.29 strbuf.c
400c400
<               if (*(sb->curp - 1) == '\r')
---
>               if (sb->curp > sb->sbuf && *(sb->curp - 1) == '\r')
--
Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to