[Bug 33009] Logical error in code isStateDirty

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 18 16:46:19 CST 2013


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

--- Comment #2 from Roman Marusyk <roman.marusyk at gmail.com> 2013-02-18 16:46:19 CST ---
MacOS10.8
/usr/include/objc/objc.h

typedef signed char BOOL; 

it is a bad practice to return BOOL after bitwise operation.
good practice is always to compare with zero.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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