Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)