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 dc0db92 commit 616fca5Copy full SHA for 616fca5
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 832,
733
/**/
734
831,
735
@@ -2466,7 +2468,7 @@ list_features()
2466
2468
* width */
2467
2469
for (i = 0; features[i] != NULL; ++i)
2470
{
- int l = STRLEN(features[i]);
2471
+ int l = (int)STRLEN(features[i]);
2472
2473
if (l > width)
2474
width = l;
@@ -2518,6 +2520,7 @@ list_features()
2518
2520
msg_putchar('\n');
2519
2521
}
2522
2523
+
2524
void
2525
list_version()
2526
0 commit comments