diff options
author | Dave Barach <dave@barachs.net> | 2018-07-19 12:29:45 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-07-19 23:20:29 +0000 |
commit | ed2fe93fd1ee7bfdad54f323946d76da91aa3398 (patch) | |
tree | 5a8637e358b84728a07dcb869c095fbc729ef835 /src/plugins/map | |
parent | 3a9702a05feb2e810ebd992d75fcee98b5888071 (diff) |
Fix coverity warning / legitimate minor bug
Of the form "if ((foo & 0x10) == 1)", as opposed to
"if (foo & 0x10)"
Change-Id: I6a6d276aeed4af7c1c6c78546ee68d598d54d7db
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/plugins/map')
0 files changed, 0 insertions, 0 deletions