commit | 80ed8b87614138a79bdd50c4b4199c0084601e04 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Dec 30 10:10:01 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Dec 30 10:10:01 2024 +0100 |
tree | 06388ebaccf2e713f957a1d5642b26467c1a5bfc | |
parent | 2e1f757f7b52a00b77eb19648b7ea46e932eff2b [diff] [blame] |
patch 9.1.0979: VMS: type warning with $XDG_VIMRC_FILE Problem: VMS: type warning with $XDG_VIMRC_FILE (Zoltan Arpadffy) Solution: add explicit (char_u *) type cast to mch_getenv() call fixes: #16335 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 00ba6f9..e63645d 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 979, +/**/ 978, /**/ 977,