Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7705f8c

Browse files
committed
Fix function call typo in frontend Win32 code, commit978f869
Reported-by: buildfarm member walleyeBackpatch-through: master
1 parent300e430 commit7705f8c

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
returnNULL;
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)

[8]ページ先頭

©2009-2025 Movatter.jp