fixing bustage

This commit is contained in:
scc@mozilla.org
2000-09-03 04:04:41 +00:00
parent 817773c9e8
commit 72da7d73d4

View File

@@ -552,7 +552,7 @@ nsNativeComponentLoader::DumpLoadError(nsDll *dll,
if (offset != kNotFound)
{
nsCAutoString symbol(errorMsg);
nsCAutoString demangledSymbol("");
nsCAutoString demangledSymbol;
symbol.Cut(0,offset);
@@ -567,7 +567,7 @@ nsNativeComponentLoader::DumpLoadError(nsDll *dll,
if (demangled && strlen(demangled))
demangledSymbol = demangled;
if (demangledSymbol != (const char *) "")
if (!demangledSymbol.IsEmpty())
{
nsCAutoString tmp(errorMsg);