commit | 28c21919499319d26077aec1d40e54f5b8fbd367 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 19:18:00 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 19:18:00 2013 +0200 |
tree | b71b55ef1f45bb8bc87162a78653e0a79e9980b5 | |
parent | 75eb1610e128de0dd7c19ceef0d0c45730fdc1a1 [diff] [blame] |
updated for version 7.3.1038 Problem: Crash when using Cscope. Solution: Avoid negative argument to vim_strncpy(). (Narendran Gopalakrishnan)
diff --git a/src/version.c b/src/version.c index 1f74168..d51c249 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1038, +/**/ 1037, /**/ 1036,