1
0
forked from aniani/vim

patch 8.0.0595: Coverity warning for not checking return value

Problem:    Coverity warning for not checking return value of dict_add().
Solution:   Check the return value for FAIL.
This commit is contained in:
Bram Moolenaar
2017-05-01 14:14:04 +02:00
parent 66c0e70b80
commit beb9cb19c6
2 changed files with 4 additions and 1 deletions

View File

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