1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-09-05 23:31:01 +02:00
parent c3f81394ef
commit 28550b74bb
2 changed files with 11 additions and 7 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1063,
/**/
1062,
/**/