commit | 76ae22fef3cb224ca7fbf97517f881e825d4d0c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 20:00:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 20:00:29 2016 +0200 |
tree | c3f903fde379b6ada66885108e4f9f31e63ea06d | |
parent | 5b7d177e8994c003ae77ddab5bd54f8cd1ee181b [diff] [blame] |
patch 7.4.1928 Problem: Overwriting pointer argument. Solution: Assign to what it points to. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 1323fb7..516e5ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1928, +/**/ 1927, /**/ 1926,