commit | ba96e9af388804364425185b47eed14988302865 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 17:10:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 17:10:20 2016 +0200 |
tree | abe4a6a6510450ffa99dfdf47e23f94fa80bb5e9 | |
parent | acadbeabe1dafb314ae5fdba0432f313e55bb3a2 [diff] [blame] |
patch 7.4.2141 Problem: Coverity reports bogus NULL check. Solution: When checking for a variable in the funccal scope don't pass the varname.
diff --git a/src/version.c b/src/version.c index 2778712..ff088fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2141, +/**/ 2140, /**/ 2139,