[ros-bugs] [Bug 1543] Should return (!Object->SignalState <= 0); be return (! (Object->SignalState <= 0) ); ?

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Jun 1 19:59:00 CEST 2006


http://www.reactos.org/bugzilla/show_bug.cgi?id=1543


hpoussin at reactos.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #1 from hpoussin at reactos.org  2006-06-01 19:58 CET -------
! has greater priority than <=, so both lines are equivalent.
You're still right that "(!(Object->SignalState <= 0))" is more clear.

Unfortunately, KiIsObjectSignaled has been deleted in recent versions, so I'm
closing this bug with resolution "Won't fix".


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list