diff options
author | Ihor Antonov <ngortheone@users.noreply.github.com> | 2019-07-27 23:16:14 -0400 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-07-28 05:16:14 +0200 |
commit | 5b47ee5b7a48445f0a12a4e5316d44ec70e64d7f (patch) | |
tree | cc5a7ce7600f170edfb03d72b95b9a188eb2ac03 /src/nvim/regexp.c | |
parent | 7f5a113f659fc88c2e9566c3dcdc1c8f0beccc5a (diff) | |
download | rneovim-5b47ee5b7a48445f0a12a4e5316d44ec70e64d7f.tar.gz rneovim-5b47ee5b7a48445f0a12a4e5316d44ec70e64d7f.tar.bz2 rneovim-5b47ee5b7a48445f0a12a4e5316d44ec70e64d7f.zip |
pvs/V560: part of conditional expression is always true (#10629)
Since timed_out is pointer to int condition timed_out != NULL && timed_out makes no sense as both are effectively the same thing. Most likely the first check was meant to guard the dereference of the second.
Wrong import of Vim patch (8.0.0643).
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions