Bustage fix for bug 442393.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user