changeset 1674:1d7f46148bf4
v7.2b.006
updated for version 7.2b-006
author |
vimboss |
date |
Fri, 18 Jul 2008 09:26:30 +0000 |
parents |
553c97222cc0 |
children |
9368159253f8 |
files |
src/tag.c src/version.c |
diffstat |
2 files changed, 4 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/src/tag.c
+++ b/src/tag.c
@@ -3854,6 +3854,8 @@ get_tags(list, pat)
/* Skip field without colon. */
while (*p != NUL && *p >= ' ')
++p;
+ if (*p == NUL)
+ break;
}
}
}
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 6,
+/**/
5,
/**/
4,