mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixing bugstage.
This commit is contained in:
parent
26ee8c484c
commit
6d2f6721eb
@ -353,10 +353,9 @@ nsProcess::Run(PRBool blocking, const char **args, PRUint32 count,
|
||||
if (blocking) {
|
||||
mExitValue = err;
|
||||
}
|
||||
} else {
|
||||
#else
|
||||
{
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
if (blocking) {
|
||||
mProcess = PR_CreateProcess(mTargetPath.get(), my_argv, NULL,
|
||||
NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user