From mboxrd@z Thu Jan 1 00:00:00 1970 From: sean@mcneil.com (Sean McNeil) To: "gnu-win32@cygnus.com" , "'Andres Takach'" Subject: RE: bug report Date: Sun, 16 Feb 1997 22:10:00 -0000 Message-id: <01BC1C56.3BA31540@mcneil.mcneil.com> X-SW-Source: 1997-02/msg00417.html I don't know if anyone has addressed this reported problem, but apparantly the stream I/O routines are following the rule of assuming files are text unless fopen has the "b" in the mode. The posted code works just fine when opened with "wb" and "rb". This appears to be consistent with what I read in the man pages regarding fopen. This is not a bug, then, but the expected behaviour. - For help on using this list, send a message to "gnu-win32-request@cygnus.com" with one line of text: "help".