1
0
forked from aniani/vim

patch 8.2.0392: Coverity warns for using array index out of range

Problem:    Coverity warns for using array index out of range.
Solution:   Add extra "if" to avoid warning.
This commit is contained in:
Bram Moolenaar
2020-03-16 20:04:41 +01:00
parent b2e1f8a28f
commit 56cb337872
2 changed files with 23 additions and 17 deletions

View File

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