exactness: inspect: use logical OR instead bitwise XOR
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 26 Feb 2020 16:18:07 +0000 (17:18 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 3 Mar 2020 21:15:15 +0000 (06:15 +0900)
commit80a64715bfb4d1de3075f7c327ff8969ca7312c6
tree5a7377142e0b2312fe885e54990e7b68d87d0e11
parente6fb98fe50127a8d05f47759b5cfa63b5cdde938
exactness: inspect: use logical OR instead bitwise XOR

Coverity pointed these out as we deferences after null check.
Looking into it showed these use of a bitwise operator on vars where it
does not make any sense (to me). They look like wrongly done NULL
checks. Switchign them over to a logical OR operator.

CID: 1419876, 1419869, 1419868, 1419862, 1419854, 1419849

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11432
src/bin/exactness/inspect.c