Get rid of bitwise AND in logical expression (Bug #15352)
Bitwise AND seems to produce the correct result but it's not the right way to go about it. Better to be less fancy and use the proper boolean operator. Fixes my previous commit e0f50533.
Loading
Please register or sign in to comment