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)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 17 Jan 2012 17:06:55 +0000 (18:06 +0100)
commit6fd3635a598f0a38c1ac71e998f4cb799a1b4b3e
treee88f8263a52391798c8b6fc55e10a60615cfa6b3
parent74984f5cf3f12fe96e6d4201016efd9ca582e8b6
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>
C4/Items.pm