[Bug 40128] New: Wrong logic in print once

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 11 05:01:49 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=40128

            Bug ID: 40128
           Summary: Wrong logic in print once
           Product: Wine-staging
           Version: 1.9.3
          Hardware: x86
                OS: Mac OS X
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: isakov-sl at bk.ru
                CC: erich.e.hoover at wine-staging.com, michael at fds-team.de,
                    sebastian at fds-team.de

dlls/wined3d/state.c: 369
~~~~
            if (factor || !once++) FIXME("Unhandled blend factor %#x.\n",
factor);
~~~~

There must be "&&" to print the FIXME really once.

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