commit | c8ab30a349ee45ef6c3b6af8ee5ff53d2f7bf891 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 11:35:47 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 11:35:47 2023 +0000 |
tree | dab7e56ef277b57f5469f13b286233e514bb677d | |
parent | e01e5215f927f83778ad7494abb0007aa52d08c3 [diff] [blame] |
patch 9.0.1161: Coverity warns for using strcpy() Problem: Coverity warns for using strcpy(). Solution: Call a function to set the function name.
diff --git a/src/version.c b/src/version.c index 021f1b5..d53f809 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1161, +/**/ 1160, /**/ 1159,