Fix debug-only build bustage on GCC 3.2. Don't pass objects through "...".

git-svn-id: svn://10.0.0.236/trunk@129296 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-09-12 03:44:37 +00:00
parent 0a1e6ed72f
commit ce60597567
4 changed files with 12 additions and 12 deletions

View File

@@ -2490,7 +2490,7 @@ void CElementTable::DebugDumpInlineElements(const char* aTitle) {
result=theTag->IsInlineElement(eHTMLTag_unknown);
if(result) {
const PRUnichar *t = nsHTMLTags::GetStringValue(theTag->mTag);
printf(" %s\n", NS_ConvertUCS2toUTF8(t));
printf(" %s\n", NS_ConvertUCS2toUTF8(t).get());
}
}
theTagID++;