commit | 71b36206be14c3b6334765d44a38d413eca751c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 13:26:19 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 13:26:19 2021 +0000 |
tree | 03628e2ff8d6aa0be904d272ade32514106221d0 | |
parent | 34c20ff85b87be587ea5d0398812441b502ee6a5 [diff] [blame] |
patch 8.2.3672: build failure with unsigned char Problem: Build failure with unsigned char. Solution: Use int instead of char.
diff --git a/src/version.c b/src/version.c index 0686cfa..d1004bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3672, +/**/ 3671, /**/ 3670,