commit | 253f9128779f315ea670f9b4a17446b7b4c74927 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 15 08:45:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 15 08:45:13 2017 +0200 |
tree | 39b5de82be5caa092302843d845e9ada0a966e12 | |
parent | 4475b623960671898dac6a72b13a8d140402afa6 [diff] [blame] |
patch 8.0.0597: off-by-one error in size computation Problem: Off-by-one error in buffer size computation. Solution: Use ">=" instead of ">". (Lemonboy, closes #1694)
diff --git a/src/version.c b/src/version.c index f31a946..dd39fcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 597, +/**/ 596, /**/ 595,