On Thu, 9 Mar 2000, Per Mildner wrote:
> However, the "OS may strip CR characters"-branch of the code will,
> incorrectly, fail if the number of bytes read is actually exactly the
> same as the size reported by the system. This happens for some files
> under cygwin.
It is this case that I don't understand. What's more, I don't understand
how calling xrealloc ``fixes'' that problem, especially if realloc is
smart and doesn't do anything in that case.
Can you explain that? I don't feel comfortable with changes which nobody
can explain.