Skip to content

Commit a502caa

Browse files
committed
patch 8.1.0781: build error when using if_xcmdsrv.c
Problem: Build error when using if_xcmdsrv.c. Solution: Add missing part of 8.1.0779.
1 parent e25bbc3 commit a502caa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/if_xcmdsrv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ serverRegisterName(
228228
{
229229
if (res < -1 || i >= 1000)
230230
{
231-
MSG_ATTR(_("Unable to register a command server name"),
231+
msg_attr(_("Unable to register a command server name"),
232232
HL_ATTR(HLF_W));
233233
return FAIL;
234234
}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,8 @@ static char *(features[]) =
791791

792792
static int included_patches[] =
793793
{ /* Add new patch number below this line */
794+
/**/
795+
781,
794796
/**/
795797
780,
796798
/**/

0 commit comments

Comments
 (0)