Fix for the loser linux tinderbox compiler.

git-svn-id: svn://10.0.0.236/trunk@47349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-09-14 15:16:31 +00:00
parent f38db61f7a
commit 9af4d29353

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);