1
0
forked from aniani/vim

patch 8.2.4832: passing zero instead of NULL to a pointer argument

Problem:    Passing zero instead of NULL to a pointer argument.
Solution:   Use NULL. (closes #10296)
This commit is contained in:
zeertzjq
2022-04-26 22:11:38 +01:00
committed by Bram Moolenaar
parent 2c8a7ebdad
commit fc78a0369e
3 changed files with 9 additions and 5 deletions

View File

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