1
0
forked from aniani/vim

patch 8.0.0988: warning from Covscan about using NULL pointer

Problem:    Warning from Covscan about using NULL pointer.
Solution:   Add extra check for NULL. (zdohnal)
This commit is contained in:
Bram Moolenaar
2017-08-23 22:32:35 +02:00
parent d2c45a1964
commit 829aa64cf5
3 changed files with 5 additions and 2 deletions

View File

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