forked from aniani/vim
patch 8.1.1889: Coverity warns for using a NULL pointer
Problem: Coverity warns for using a NULL pointer. Solution: Use zero for column if pos is NULL.
This commit is contained in:
@@ -765,6 +765,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1889,
|
||||
/**/
|
||||
1888,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user