commit | c666388367282c3c7d1d7af24883cfa0d40b046e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 19:14:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 19:14:54 2019 +0100 |
tree | f31f3b2331a5c9849c5694f855884e09966126c2 | |
parent | 882d02eeb571a13a502fe82a04c9eaffa630c294 [diff] [blame] |
patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variable Problem: Using STRNCPY() wrongly. Warning for uninitialized variable. Solution: Use mch_memmove(). Initialize variable. (Yasuhiro Matsumoto, closes #3979)
diff --git a/src/version.c b/src/version.c index cd2554a..0980420 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 975, +/**/ 974, /**/ 973,