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(a)winehq.org Reporter: isakov-sl(a)bk.ru CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de, sebastian(a)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.