commit | e2e4b98622f7c44910dc9660035048a4177d3777 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 20:30:51 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 20:30:51 2015 +0200 |
tree | 854dba79a4663828e4dad418e8929fba45bf43a3 | |
parent | d009e8682686a56f7565e6e093a42cd0596e121f [diff] [blame] |
patch 7.4.735 Problem: Wrong argument for sizeof(). Solution: Use a pointer argument. (Chris Hall)
diff --git a/src/version.c b/src/version.c index a21ec5e..f474f06 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 735, +/**/ 734, /**/ 733,