commit | 0f5a5ed8bb3c014ef9de0480852a3e5737c33fc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 17:51:17 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 17:51:17 2013 +0200 |
tree | d268f8ab82ae455ad78eb1a23b411775daa66103 | |
parent | f4c5fcb3ad0b98d6827d5f95e5c66cdd54e66a02 [diff] [blame] |
updated for version 7.3.1298 Problem: Crash. Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
diff --git a/src/version.c b/src/version.c index ea51c18..b9309af 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1298, +/**/ 1297, /**/ 1296,