commit | 22c105640cdef25d98390f973d2ed53dd9039f6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 26 17:35:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 26 17:35:27 2018 +0200 |
tree | 6defa0d4d0bfbee6cf72674c5a29f96dcd4a29c0 | |
parent | 833093bfb0e4a7f89b5adc66babcfa8ac09cfda9 [diff] [blame] |
patch 8.1.0023: gcc 8.1 warns for use of strncpy() Problem: gcc 8.1 warns for use of strncpy(). (John Marriott) Solution: Use mch_memmove() instead of STRNCPY().
diff --git a/src/version.c b/src/version.c index 0cfe61a..69e20cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 23, +/**/ 22, /**/ 21,