diff options
author | ZyX <kp-pav@yandex.ru> | 2018-04-15 20:36:21 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2018-04-15 20:36:21 +0300 |
commit | 24ee2613174250f9d32492c435c42daef3a44b21 (patch) | |
tree | 968082b05758bfbfebd4543326e00d88c077d905 /src/clint.py | |
parent | b8f69b6b9a1b5339ba580e58725b8866339c1ad7 (diff) | |
download | rneovim-24ee2613174250f9d32492c435c42daef3a44b21.tar.gz rneovim-24ee2613174250f9d32492c435c42daef3a44b21.tar.bz2 rneovim-24ee2613174250f9d32492c435c42daef3a44b21.zip |
if_cscope: Fix PVS/V560: condition would result in earlier return
Previous block just checks for totmatches being zero and returns if it is. And
totmatches is unsigned, so `totmatches > 0` may never be true.
Diffstat (limited to 'src/clint.py')
0 files changed, 0 insertions, 0 deletions