Bug 6885 Follow up patch, invert tested condition
authorFrédéric Demians <f.demians@tamil.fr>
Wed, 4 Jan 2012 17:09:34 +0000 (18:09 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 21 Jan 2012 06:31:04 +0000 (01:31 -0500)
commit2745f3c2269e1e63ffeb69c79d22e6781ba18e6b
tree797bad1036c83e49b47f32138de9c8bf7649cbf6
parent64b18c97bb6a64dfa32914be381da3b3c5b767e2
Bug 6885 Follow up patch, invert tested condition

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Not sure the brackets are nessecary, but I think I remember learning
bitwise operators have a lower priority than other relational
operators so wanted to make sure we notted the result of the bitwise
and, not the flag

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 6fd3635a598f0a38c1ac71e998f4cb799a1b4b3e)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
(cherry picked from commit 19fb959d6bbc162ecd10753169225e2b64885279)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Items.pm