Mail Archives: cygwin/1997/11/23/23:32:48
From: Earnie Boyd <earnie_boyd AT hotmail DOT com>
Date: Saturday, November 22, 1997 12:17 PM
>>From: "Fred Seibel" <fseibel AT cfa DOT harvard DOT edu>
>>To: <gnu-win32 AT cygnus DOT com>
>>Date: Thu, 20 Nov 1997 08:20:40 -0500
[snip]
>>This error can be detected by inspection using gdb.
>>Open a text file a trivial program.
>>
>>main(){
>>fp = fopen("foo.txt", "r");
>>fsetpos(fp, 2000L, SEEK_SET);
[snip]
>
>This looks like the infamous Y2K problem to me. ;^} Ha, Ha, Ha.
:-) What he really means is change
fp = fopen("foo.txt", "r");
to
fp = fopen("foo.txt", "rb");
(or, possibly, mount the directory as text=binary).
Colin.
-- Colin Peters -- colin at fu.is.saga-u.ac.jp
-- Saga University Dept. of Information Science
-- http://www.fu.is.saga-u.ac.jp/~colin
-- http://www.geocities.com/Tokyo/Towers/6162
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -