commit | 0343c6ac69ac8bd88a625e2429e87a8db86a04dc | [log] [tgz] |
---|---|---|
author | Alexandros Frantzis <alexandros.frantzis@collabora.com> | Fri Nov 17 13:39:06 2017 +0200 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Nov 24 14:02:19 2017 +0200 |
tree | ca0224d943a15636ec6d00a913ff17617c4cf294 | |
parent | 71c4f70e08faad6002ec8fe8cd1c7930bee8373b [diff] |
ivi-shell: Fix incorrect use of logical instead of bitwise operator Fix the code to use the correct bitwise AND operator '&', instead of the currently used logical AND operator '&&', to check the value of a bit flag in a bit mask. This problem was reported as a warning when building with clang. Reviewed-by: Emre Ucan <eucan@de.adit-jv.com>