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 e25bbc3 commit a502caaCopy full SHA for a502caa
2 files changed
src/if_xcmdsrv.c
@@ -228,7 +228,7 @@ serverRegisterName(
228
{
229
if (res < -1 || i >= 1000)
230
231
- MSG_ATTR(_("Unable to register a command server name"),
+ msg_attr(_("Unable to register a command server name"),
232
HL_ATTR(HLF_W));
233
return FAIL;
234
}
src/version.c
@@ -791,6 +791,8 @@ static char *(features[]) =
791
792
static int included_patches[] =
793
{ /* Add new patch number below this line */
794
+/**/
795
+ 781,
796
/**/
797
780,
798
0 commit comments