[Bug 18152] lseek* without effect on file stream

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 29 18:23:17 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18152





--- Comment #3 from Andrew Nguyen <arethusa26 at gmail.com>  2009-10-29 18:23:17 ---
My testing showed:

wine-1.1.32-213-g1be9903

sizeof    l=17
fread    res=16, buf=0123456789___000
fflush    ret=0 errno=0
lseek    off=0 errno=0
fread    res=16, buf=0123456789___000
fseek    ret=0 errno=0
fread    res=16, buf=0123456789___000

Windows XP SP3

sizeof    l=17
fread    res=16, buf=0123456789___000
fflush    ret=0 errno=0
lseek    off=0 errno=0
fread    res=16, buf=0123456789___000
fseek    ret=0 errno=0
fread    res=16, buf=0123456789___000

Therefore this bug is fixed.

-- 
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