Fixing bugstage.
git-svn-id: svn://10.0.0.236/trunk@165279 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user