[Bug 36874] New: Incorrect check in SrcColorKey32BlitTest()

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 10 07:07:11 CDT 2014


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

            Bug ID: 36874
           Summary: Incorrect check in SrcColorKey32BlitTest()
           Product: Wine
           Version: 1.7.21
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: maksqwe1 at ukr.net

dsurface.c 272

ok(ddsd3.lpSurface == ddsd3.lpSurface, // <===
   "lpSurface from GetSurfaceDesc(%p) differs from the one returned by
Lock(%p)\n", ddsd3.lpSurface, ddsd2.lpSurface);

I think should be:
ok(ddsd2.lpSurface == ddsd3.lpSurface, 
   "lpSurface from GetSurfaceDesc(%p) differs from the one returned by
Lock(%p)\n", ddsd3.lpSurface, ddsd2.lpSurface);

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