We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623cf88 commit a5c0cc1Copy full SHA for a5c0cc1
2 files changed
src/message.c
@@ -304,7 +304,7 @@ trunc_string(
304
if (len + n > room || half == 0)
305
break;
306
len += n;
307
- i = half;
+ i = (int)half;
308
}
309
310
else
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2125,
768
/**/
769
2124,
770
0 commit comments