1
0
forked from aniani/vim

patch 8.2.0170: Coverity warning for ignoring return value

Problem:    Coverity warning for ignoring return value.
Solution:   Check the return value and return if failed.
This commit is contained in:
Bram Moolenaar
2020-01-28 23:04:06 +01:00
parent 8cbd6dfc0c
commit a6d536829a
2 changed files with 7 additions and 2 deletions

View File

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