Fix for the loser linux tinderbox compiler.

This commit is contained in:
ramiro@netscape.com
1999-09-14 15:16:31 +00:00
parent e3591968a9
commit 0d22f72610

View File

@@ -545,7 +545,7 @@ nsNativeComponentLoader::DumpLoadError(nsDll *dll,
if (demangled && strlen(demangled))
demangledSymbol = demangled;
if (demangledSymbol != "")
if (demangledSymbol != (const char *) "")
{
nsCAutoString tmp(errorMsg);