commit | 0e5d3a2940ead6c8ee3bacacea4153b647b67cca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 22:52:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 22:52:42 2016 +0200 |
tree | a100d3f384274a1c7f7e7190cac79d5af1682208 | |
parent | c257487035f83aabe1c7e07f0552309e98f1bcb1 [diff] [blame] |
patch 7.4.2198 Problem: Test alot sometimes fails under valgrind. (Dominique Pelle) Solution: Avoid passing a callback with the wrong number of arguments.
diff --git a/src/version.c b/src/version.c index 5ba3eec..4f96443 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2198, +/**/ 2197, /**/ 2196,