commit | 1470dc35c4b14bda1995b7566c9a41a33eb06517 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 22:02:14 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 22:02:14 2020 +0100 |
tree | 71ff167eddf52cb6062194c68cdaa68f6c17e2c2 | |
parent | ca7c078b799bfc96b54e9e41f5be3e0bfefadce5 [diff] [blame] |
patch 8.2.0119: message test fails on some platforms Problem: Message test fails on some platforms. (Elimar Riesebieter) Solution: Add type cast to vim_snprintf() argument. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 4ac4008..44bfd6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 119, +/**/ 118, /**/ 117,