"Ian Abbott" <[EMAIL PROTECTED]> writes:

> Why not just open the wgetrc file in text mode using fopen(name,
> "r") instead of "rb"? Does that introduce other problems?

Not that I'm aware of.  The reason we use "rb" now is the fact that we
handle the EOL problem ourselves, and it seems "safer" to open the
file in binary mode and get the real contents.

Reply via email to