Get rid of operator==(nsCOMPtr, int) usage because it fries gcc-2.7.2.3's mind with new string stuff. r=scc

git-svn-id: svn://10.0.0.236/trunk@67372 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
2000-04-27 04:44:56 +00:00
parent 26186d5c5f
commit 6f3568569c
4 changed files with 14 additions and 14 deletions

View File

@@ -447,7 +447,7 @@ NS_IMETHODIMP nsRegistry::OpenWellKnownRegistry( nsWellKnownRegistry regid ) {
directoryService->Get("xpcom.currentProcess.componentRegistry", NS_GET_IID(nsIFile),
getter_AddRefs(registryLocation));
if (registryLocation != nsnull)
if (registryLocation)
{
foundReg = PR_TRUE;
registryLocation->GetPath(&regFile); // dougt fix...