Use .get() when assigning nsXPIDLCString to const char*. Fixing OS/2 & AIX bustage.

git-svn-id: svn://10.0.0.236/trunk@113189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-01-30 03:51:47 +00:00
parent b4a3c50667
commit 18da129413

View File

@ -3391,7 +3391,7 @@ nsComponentManagerImpl::RegisterFactoryLocation(const nsCID & aClass,
aClassName,
aContractID,
aFile,
(loaderStr ? loaderStr : registryName),
(loaderStr ? loaderStr : registryName.get()),
PR_TRUE,
PR_TRUE,
(aType ? aType : nativeComponentType) );