Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc.

git-svn-id: svn://10.0.0.236/trunk@105385 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2001-10-14 04:57:59 +00:00
parent fe94412217
commit 3264b088e4
5 changed files with 7 additions and 22 deletions

View File

@@ -700,7 +700,7 @@ nsLoggingSink::LeafNode(const nsIParserNode& aNode)
if (pos >= 0) {
tmp.Cut(pos, 1);
}
PR_fprintf(mOutput, "<entity value=\"%s\"/>\n", tmp.GetBuffer());
PR_fprintf(mOutput, "<entity value=\"%s\"/>\n", NS_LossyConvertUCS2toASCII(tmp).get());
break;
default: