http://bugs.winehq.org/show_bug.cgi?id=17003
--- Comment #10 from André H. nerv@dawncrow.de 2012-06-19 15:03:12 CDT --- The problem is in MSVCRT_fgetpos line off = -file->_cnt;
i could trace the line over 66725349 to 75315fa6
on the other hand it might not even be a problem as of: (In reply to comment #9)
For me on XP SP3, gives: buffer: read 19 fgetpos should be: 22 and is: 19 errno is: 0 looks like the lseek from SEEK_END simply... isn't happening
as Wine also prints:
buffer: read 19 fgetpos should be: 22 and is: 19 errno is: 0 looks like the lseek from SEEK_END simply... isn't happening
Maybe someone should add a testcase?