From 747f110420a0b0f4c2e40e00e8456f1e45b6f0de Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Sep 2022 13:06:41 +0100 Subject: patch 9.0.0498: various small issues Problem: Various small issues. Solution: Various small fixes. --- src/if_xcmdsrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_xcmdsrv.c') diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c index 20427c748..1f6b8d212 100644 --- a/src/if_xcmdsrv.c +++ b/src/if_xcmdsrv.c @@ -774,7 +774,7 @@ WaitForReply(void *p) /* * Wait for replies from id (win) * When "timeout" is non-zero wait up to this many seconds. - * Return 0 and the malloc'ed string when a reply is available. + * Return 0 and the allocated string in "*str" when a reply is available. * Return -1 if the window becomes invalid while waiting. */ int -- cgit v1.2.1