commit | f9706e9df0e37d214fb08eda30ba29627e97a607 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 14:27:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 14:27:04 2020 +0100 |
tree | 9d90ad2977ed759664a2c2d0776901f34a8e0350 | |
parent | c036e87bd7001238ab7cc5d9e30e59bbf989a5fd [diff] [blame] |
patch 8.2.0296: mixing up "long long" and __int64 may cause problems Problem: Mixing up "long long" and __int64 may cause problems. (John Marriott) Solution: Pass varnumber_T to vim_snprintf(). Add v:numbersize.
diff --git a/src/version.c b/src/version.c index 4b186bf..5eb0d05 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 296, +/**/ 295, /**/ 294,