Skip to content

Commit 7705f8c

Browse files
committed
Fix function call typo in frontend Win32 code, commit 978f869
Reported-by: buildfarm member walleye Backpatch-through: master
1 parent 300e430 commit 7705f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/kmgr_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ open_pipe_stream(const char *command)
348348
return NULL;
349349
}
350350
buf[0] = '"';
351-
mempcy(&buf[1], command, cmdlen);
351+
memcpy(&buf[1], command, cmdlen);
352352
buf[cmdlen + 1] = '"';
353353
buf[cmdlen + 2] = '\0';
354354

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy