зеркало из https://github.com/mozilla/pjs.git
Fixed tree bustage
This commit is contained in:
Родитель
22dac1f00d
Коммит
b7c5b15590
|
@ -200,7 +200,7 @@ int nsMsgMailboxParser::ProcessMailboxInputStream(nsIURL* aURL, nsIInputStream *
|
|||
// OK, this sucks, but we're going to have to copy into our
|
||||
// own byte buffer, and then pass that to the line buffering code,
|
||||
// which means a couple buffer copies.
|
||||
ret = aIStream->Read(m_inputStream.GetBuffer(), 0, aLength, &bytesRead);
|
||||
ret = aIStream->Read(m_inputStream.GetBuffer(), aLength, &bytesRead);
|
||||
if (ret == NS_OK)
|
||||
ret = BufferInput(m_inputStream.GetBuffer(), m_inputStream.GetSize());
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче