http://bugs.winehq.org/show_bug.cgi?id=18152
Summary: lseek* without effect on file stream Product: Wine Version: 1.1.16 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bugtrack@roumenpetrov.info
Created an attachment (id=20613) --> (http://bugs.winehq.org/attachment.cgi?id=20613) test case
The attached test case output: -------------------- sizeof l=17 fread res=16, buf=0123456789___000 fflush ret=0 errno=0 lseek off=0 errno=0 fread res=16, buf=0123456789___001 fseek ret=0 errno=0 fread res=16, buf=0123456789___000 -------------------- is program is run under wine. The second read on same program run on w2k output: ... fread res=16, buf=0123456789___000 ...