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

Commit 67bd964

Browse files
committed
remove warning in ssu_crontab.c
1 parent 989f3a5 commit 67bd964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎ssu_crontab.c‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ void prompt(void) // 프롬프트 메인
7979
sprintf(command_buffer, "%s", command.argv[i]);
8080
continue;
8181
}
82-
sprintf(command_buffer, "%s %s", command_buffer, command.argv[i]);
82+
strcat(command_buffer, " ");
83+
strcat(command_buffer, command.argv[i]);
8384
}
8485

8586
if (is_invalid) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /