|
From: <ml...@mu...> - 2003-06-18 23:59:07
|
Hi, when fseek is called, for example, like this: file_pointer=fopen(filename,"ab"); fseek(file_pointer,4,SEEK_SET); it actually seeks to the end of the file instead of the 4th byte. Is this a known problem under Windows ? Because compiled with DJGPP it works as expected. I'm using MinGW 2.0.0.3, Runtime 3.0 and GCC 3.2.3-20030504-1 TIA, -- Bernd |