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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user