tiny tweaks to keep in sync with new nsString

git-svn-id: svn://10.0.0.236/trunk@26383 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-04-06 00:29:40 +00:00
parent 3500ad8482
commit b883571317
9 changed files with 18 additions and 9 deletions

View File

@@ -886,7 +886,8 @@ void HTMLStyleSheetImpl::List(FILE* out, PRInt32 aIndent) const
fputs("HTML Style Sheet: ", out);
mURL->ToString(&buffer);
fputs(buffer, out);
nsAutoString as(buffer,0);
fputs(as, out);
fputs("\n", out);
delete buffer;
}