1
0
forked from aniani/vim

patch 8.2.0653: using uninitialized pointer

Problem:    using uninitialized pointer.
Solution:   Move assignment up. (John Marriott)
This commit is contained in:
Bram Moolenaar
2020-04-27 23:39:30 +02:00
parent 909ed7e902
commit 03afdcf1f4
3 changed files with 19 additions and 19 deletions

View File

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