This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: B18&17.1 problem reading large files (more than 28k!) with read() or fread()


Paul Toseland wrote:
> I stat a file (a Net$cape FAT.DB), using its DOS filename, and it tells
> me it is 692224 bytes long.  I open it, fstat it, with the same result. 
> I read from it, it reads 28720 bytes and gives end of file.  The same

> 	int handle = open(s1, O_RDONLY);

int handle = open(s1, O_RDONLY | O_BINARY);

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]