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