commit | d61efa50f8f5b9d9dcbc136705cc33874f0fdcb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 09:52:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 09:52:04 2022 +0100 |
tree | 7ca7416ffda546d9f45ba93d3c93f3418bd6bcd0 | |
parent | 5ac50de83f1b4136f903c51a1d4e7d84a26c2271 [diff] [blame] |
patch 9.0.0063: too many type casts for dict_get functions Problem: Too many type casts for dict_get functions. Solution: Change the key argument from "char_u *" to "char *".
diff --git a/src/version.c b/src/version.c index c0230c4..d7d0790 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 63, +/**/ 62, /**/ 61,