File reading problem with -mno-cygwin

jdhagen@chorus.net jdhagen@chorus.net
Wed Sep 4 07:00:00 GMT 2002


As Corinna mentioned, opening the file in binary
mode would eliminate the problem.

The data file "sf" actually contains a byte 0x1A that
is interpreted in text mode on DOS / Windows
systems as end-of-file.

In binary mode, this won't be interpreted as end-
of-file.


Joe



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list