commit | b3de6c4a769986e6eb4e228519a6483d2999ad8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 05 13:02:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 05 13:02:28 2019 +0200 |
tree | 75441353e79c4fd4becdb0d7362f85e4301f96f0 | |
parent | 9dfa3139198b38b28673e251a3756430065914e9 [diff] [blame] |
patch 8.1.1271: compiler warnings for use of STRNCPY() Problem: Compiler warnings for use of STRNCPY(). (John Marriott) Solution: Use mch_memmove() instead of STRNCPY().
diff --git a/src/version.c b/src/version.c index 8dee65e..0fa3c41 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1271, +/**/ 1270, /**/ 1269,