commit | f12b7815f6b55c3e2f37366aa45e723b1fcb2e9a | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sat Jan 29 15:12:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 15:12:39 2022 +0000 |
tree | dcb14a03f0f260b1a66e6600ef88737835c76f80 | |
parent | 37f47958b8a2a44abc60614271d9537e7f14e51a [diff] [blame] |
patch 8.2.4254: using short instead of int Problem: Using short instead of int. Solution: Use int. (closes #9658)
diff --git a/src/version.c b/src/version.c index 25dcfe3..25f858b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4254, +/**/ 4253, /**/ 4252,