PR_FALSE NOT false
git-svn-id: svn://10.0.0.236/trunk@110071 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6ebfe58a8f
commit
2736fa8c17
@ -73,7 +73,7 @@ static PRBool CurrentAppDirMatchesPersistentDescriptor(xptiInterfaceInfoManager*
|
||||
aMgr->GetApplicationDir(getter_AddRefs(appDir));
|
||||
|
||||
nsCOMPtr<nsILocalFile> descDir;
|
||||
nsresult rv = NS_NewLocalFile(nsnull, false, getter_AddRefs(descDir));
|
||||
nsresult rv = NS_NewLocalFile(nsnull, PR_FALSE, getter_AddRefs(descDir));
|
||||
if (NS_FAILED(rv))
|
||||
return PR_FALSE;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user