parent
b9d5b954b5
commit
4fd06b9a82
|
|
@ -78,7 +78,7 @@ RB_METHOD(nikoStart)
|
||||||
// Run the binary
|
// Run the binary
|
||||||
pid_t pid = fork();
|
pid_t pid = fork();
|
||||||
if (pid == 0) {
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue