commit
fc61eb37ce
25 changed files with 60 additions and 61 deletions
|
|
@ -390,7 +390,7 @@ Error OS_Unix::execute(const String& p_path, const List<String>& p_arguments,boo
|
|||
if (p_blocking) {
|
||||
|
||||
int status;
|
||||
pid_t rpid = waitpid(pid,&status,0);
|
||||
waitpid(pid,&status,0);
|
||||
if (r_exitcode)
|
||||
*r_exitcode=WEXITSTATUS(status);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue