[Bug 18152] New: lseek* without effect on file stream

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 22 16:19:32 CDT 2009


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 at winehq.org
        ReportedBy: bugtrack at 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
...


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list