diff --git a/src/regexp.c b/src/regexp.c index e37dd3c5bd..305ca896e3 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -1722,7 +1722,8 @@ mb_decompose(int c, int *c1, int *c2, int *c3) else { *c1 = c; - *c2 = *c3 = 0; + *c2 = 0; + *c3 = 0; } } diff --git a/src/version.c b/src/version.c index e2c46855e4..4716c5d0d8 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1611, /**/ 1610, /**/