commit | c97f9a55bd020b94d92c392516d763ed5e43d872 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:59:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:59:56 2021 +0000 |
tree | 463236716e49c8eb05bd8494034bc617924b2085 | |
parent | 10c75c4a09a604ea674a2700aacb55914750b86d [diff] [blame] |
patch 8.2.3930: getcmdline() argument has a misleading type Problem: getcmdline() argument has a misleading type. Solution: Use the correct type, even though the value is not used.
diff --git a/src/version.c b/src/version.c index 505d3f1..b752bc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3930, +/**/ 3929, /**/ 3928,