commit | b06a6d59d12dbd67d55b3c46f6e5547e9103c931 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 23:27:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 23:27:20 2020 +0200 |
tree | ab63210e60efda976b41b4486905cdc3da0b30ae | |
parent | 4e4473c927167fd24e5c8df90e0e8035080cf2da [diff] [blame] |
patch 8.2.1537: memory acccess error when using setcellwidths() Problem: Memory acccess error when using setcellwidths(). Solution: Use array and pointers correctly.
diff --git a/src/version.c b/src/version.c index 92e90fe..d4d525b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1537, +/**/ 1536, /**/ 1535,