commit | 1b03a193b3394597e4ed86aeea1e1b2c60ae9ad2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 08 17:08:29 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 08 17:08:29 2019 +0100 |
tree | 09dc0b2fbb10c2ecf3219b1b607815ce2f495afe | |
parent | 32b364fcc09749f35adb441b81291e1e5946dbc2 [diff] [blame] |
patch 8.1.2411: function argument copied unnecessarily Problem: Function argument copied unnecessarily. Solution: Use the argument directly.
diff --git a/src/version.c b/src/version.c index 46468e7..d4a677c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2411, +/**/ 2410, /**/ 2409,