forked from aniani/vim
patch 8.1.1630: various small problems
Problem: Various small problems. Solution: Various small improvements.
This commit is contained in:
@@ -583,7 +583,7 @@ add_menu_path(
|
||||
}
|
||||
|
||||
/* Not already there, so lets add it */
|
||||
menu = (vimmenu_T *)alloc_clear(sizeof(vimmenu_T));
|
||||
menu = ALLOC_CLEAR_ONE(vimmenu_T);
|
||||
if (menu == NULL)
|
||||
goto erret;
|
||||
|
||||
|
Reference in New Issue
Block a user