commit | 2f7e00a8aeceaf1d682d9e797149c1c51654ff68 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon May 02 00:06:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 02 00:06:51 2022 +0100 |
tree | aee8c6b8ab6765f5d2105ac3e0268c5658039d40 | |
parent | 056a1c2bdda526c31c42cc1b7752073981642940 [diff] [blame] |
patch 8.2.4854: array size does not match usage Problem: Array size does not match usage. Solution: Make array size 3 instead of 4. (Christian Brabandt, closes #10336)
diff --git a/src/version.c b/src/version.c index de2ca4e..94c3470 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4854, +/**/ 4853, /**/ 4852,