efl/src/bin/exactness
Stefan Schmidt ce912f688e 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
2020-02-27 15:58:34 +01:00
..
.gitignore exactness: import code from external repo into efl.git 2020-02-07 11:31:13 +01:00
exactness.c exactness: handle error cases for saving an image 2020-02-27 15:58:29 +01:00
injector.c exactness: check return code from ecore_evas_init 2020-02-26 15:15:48 +01:00
inspect.c exactness: inspect: use logical OR instead bitwise XOR 2020-02-27 15:58:34 +01:00
meson.build exactness: fix osx build 2020-02-07 15:04:03 +01:00
player.c exactness: use eina_strdup() to avoid extra NULL checking 2020-02-26 15:15:50 +01:00
player_entry.edc exactness: remove unused code 2020-02-07 11:31:21 +01:00
recorder.c exactness: use eina_strdup() to avoid extra NULL checking 2020-02-26 15:15:50 +01:00