commit | 993dbc33a82a4ed877ee76265d6483b190e2feb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 01 20:31:30 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 01 20:31:30 2023 +0000 |
tree | 92141b73506eab3df700826ab4125d844d15e3c4 | |
parent | 6acf757c6a11c0653b0132a17c22983856da5ad6 [diff] [blame] |
patch 9.0.1128: build failure Problem: Build failure. Solution: Add type cast. Add missing error messages.
diff --git a/src/version.c b/src/version.c index dc320be..5efbf60 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1128, +/**/ 1127, /**/ 1126,