зеркало из https://github.com/mozilla/pjs.git
Comment out unwanted assertion as this kills the linux build.
This commit is contained in:
Родитель
41b5419572
Коммит
6f81da795d
|
@ -2145,9 +2145,9 @@ nsPop3Protocol::RetrResponse(nsIInputStream* inputStream,
|
|||
status += buffer_size;
|
||||
} while (/* !pauseForMoreData && */ line);
|
||||
|
||||
PRUint32 size = 0;
|
||||
inputStream->GetLength(&size);
|
||||
NS_ASSERTION(size == 0, "hmmm....");
|
||||
//PRUint32 size = 0;
|
||||
//inputStream->GetLength(&size);
|
||||
//NS_ASSERTION(size == 0, "hmmm....");
|
||||
}
|
||||
|
||||
buffer_size = status; // status holds # bytes we've actually buffered so far...
|
||||
|
|
Загрузка…
Ссылка в новой задаче