commit | a1c487eef71d1673e57511453009de9cb4c9af51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 20:20:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 20:20:19 2016 +0200 |
tree | 6b8863bc3b264d82d0fbca752c9b950061ca4a75 | |
parent | 763b684373bf5954445d8d8d99da1e39a4fc5105 [diff] [blame] |
patch 7.4.1776 Problem: Using wrong buffer length. Solution: use the right name. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 2d0abeb..1c35576 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1776, +/**/ 1775, /**/ 1774,