Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc

This commit is contained in:
dbaron@fas.harvard.edu
2001-10-16 03:53:44 +00:00
parent 66b408cbe6
commit d52d3d978e
138 changed files with 456 additions and 811 deletions

View File

@@ -438,7 +438,7 @@ nsBlockFrame::List(nsIPresContext* aPresContext, FILE* out, PRInt32 aIndent) con
nsAutoString tmp;
if (nsnull != listName) {
listName->ToString(tmp);
fputs(tmp, out);
fputs(NS_LossyConvertUCS2toASCII(tmp).get(), out);
}
fputs("<\n", out);
while (nsnull != kid) {