[Bug 40128] Wrong logic in print once

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 11 05:25:32 CST 2016


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

--- Comment #1 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to Sergey Isakov from comment #0)
> dlls/wined3d/state.c: 369
> ~~~~
>             if (factor || !once++) FIXME("Unhandled blend factor %#x.\n",
> factor);
> ~~~~
> 
> There must be "&&" to print the FIXME really once.

That's how it's supposed to work:
https://github.com/wine-compholio/wine-staging/tree/master/patches/wined3d-UnhandledBlendFactor

I'll leave the decision to Sebastian to resolve this bug as invalid.

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