commit | 28550b74bb4373417eb6fbf132bd4211b7b92afa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 23:31:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 23:31:01 2017 +0200 |
tree | a4dbaf1112786060c2db9cf483f439ae600a62d3 | |
parent | c3f81394eff2b3edc7ea08405743f0d32048374a [diff] [blame] |
patch 8.0.1063: Coverity warns for NULL check and array use Problem: Coverity warns for NULL check and using variable pointer as an array. Solution: Remove the NULL check. Make "argvar" an array.
diff --git a/src/version.c b/src/version.c index 5fe8eed..6be7b82 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1063, +/**/ 1062, /**/ 1061,