Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann

This commit is contained in:
rhp%netscape.com 1999-12-14 02:25:50 +00:00
Родитель a1fd50730e
Коммит faf2c862f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -122,7 +122,7 @@ nsMimeBaseEmitter::Complete()
// to flush it...if we try and fail, we should probably return
// an error!
PRUint32 written;
if ( (mBufferMgr) && (mBufferMgr->GetSize() > 0))
while ( (mBufferMgr) && (mBufferMgr->GetSize() > 0))
Write("", 0, &written);
if (mOutListener)