Fix for the bustage.

r=pollmann


git-svn-id: svn://10.0.0.236/trunk@51311 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
1999-10-20 23:14:50 +00:00
parent eacb3c22ae
commit 6cd114ddff
2 changed files with 2 additions and 2 deletions

View File

@@ -469,7 +469,7 @@ void nsHTMLContentSinkStream::Write(const nsString& aString)
if (mUnicodeEncoder)
{
EncodeToBuffer(aString);
out.write(mBuffer, mBuffer.Length());
out.write(&mBuffer, mBuffer.Length());
}
// else just write the unicode
else