1
0
forked from aniani/vim

patch 9.0.1161: Coverity warns for using strcpy()

Problem:    Coverity warns for using strcpy().
Solution:   Call a function to set the function name.
This commit is contained in:
Bram Moolenaar
2023-01-09 11:35:47 +00:00
parent e01e5215f9
commit c8ab30a349
2 changed files with 6 additions and 3 deletions

View File

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