mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
parent
8fc6ff94fe
commit
36a5e0be4b
Notes:
sideshowbarker
2024-07-19 07:10:04 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/36a5e0be4b4
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ bool spawn(String executable, String argument)
|
|||
if (child_pid == 0) {
|
||||
if (execl(executable.characters(), executable.characters(), argument.characters(), nullptr) < 0) {
|
||||
perror("execl");
|
||||
return false;
|
||||
exit(1);
|
||||
}
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue