Skip to content
Snippets Groups Projects
Commit e9754339 authored by Evangelos Foutras's avatar Evangelos Foutras :cat: Committed by Alexander Schwinn
Browse files

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.
parent 2f4b9647
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment