Bustage fix for bug 442393.

This commit is contained in:
James Boston
2009-03-09 15:14:05 -04:00
parent 01ac2e54e4
commit 0fa4ea2cb7
2 changed files with 2 additions and 4 deletions

View File

@@ -791,8 +791,7 @@ nsWindowsShellService::OpenApplicationWithURI(nsILocalFile* aApplication,
const nsCString spec(aURI);
const char* specStr = spec.get();
PRUint32 pid;
return process->Run(PR_FALSE, &specStr, 1, &pid);
return process->Run(PR_FALSE, &specStr, 1);
}
NS_IMETHODIMP