mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
parent
b9d5b954b5
commit
4fd06b9a82
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ RB_METHOD(nikoStart)
|
|||
// Run the binary
|
||||
pid_t pid = fork();
|
||||
if (pid == 0) {
|
||||
execl(journal.c_str(), x_str, y_str, (char*)0);
|
||||
execl(journal.c_str(), journal.c_str(), x_str, y_str, (char*)0);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue