commit | de1656ec2042de8d5a9b89c6eb1056d3f73835c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 18 09:26:30 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 18 09:26:30 2008 +0000 |
tree | c30c6cd59e97190569960a5fa252f443b2137ff1 | |
parent | ffd66c45084dfb67348f9e799a8ec3fe037690bd [diff] |
updated for version 7.2b-006
diff --git a/src/tag.c b/src/tag.c index 7d79e80..1352f20 100644 --- a/src/tag.c +++ b/src/tag.c
@@ -3854,6 +3854,8 @@ /* Skip field without colon. */ while (*p != NUL && *p >= ' ') ++p; + if (*p == NUL) + break; } } }
diff --git a/src/version.c b/src/version.c index 95d6d54..d8a008d 100644 --- a/src/version.c +++ b/src/version.c
@@ -677,6 +677,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 6, +/**/ 5, /**/ 4,