1
0
forked from aniani/vim

patch 8.2.3328: Coverity error for not checking return value

Problem:    Coverity error for not checking return value.
Solution:   Check value is not negative.
This commit is contained in:
Bram Moolenaar
2021-08-11 15:54:59 +02:00
parent ba9c23e776
commit b85d3627d9
2 changed files with 5 additions and 1 deletions

View File

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