commit | b74e04649168aec579183dfef70b8784d2afe993 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 14:52:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 14:52:35 2022 +0100 |
tree | c7d62b93637f7fa4a95a6505a56084cfca449f38 | |
parent | ad73cc2ff2a8b5397ed20598757b702a4e686256 [diff] [blame] |
patch 8.2.5075: clang gives an out of bounds warning Problem: Clang gives an out of bounds warning. Solution: adjust conditional expression (John Marriott)
diff --git a/src/version.c b/src/version.c index a2a2d75..d86a23d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5075, +/**/ 5074, /**/ 5073,