summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/channel.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index be0dc19383..1f6df415c3 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -2099,7 +2099,7 @@ channel_part_info(channel_T *channel, dict_T *dict, char *name, int part)
{
chanpart_T *chanpart = &channel->ch_part[part];
char namebuf[20];
- int tail;
+ size_t tail;
char *s;
STRCPY(namebuf, name);
diff --git a/src/version.c b/src/version.c
index 149bbaf07f..7852ea0deb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1628,
+/**/
1627,
/**/
1626,