The program uses an arithmetic operator on a boolean value, which might not achieve what the programmer had in mind.
Arithmetic operations will not act in the same way on boolean values as they would on integral values, which may lead to unexpected behavior.
[1] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 398