зеркало из https://github.com/mozilla/pjs.git
r=dbaron
Fix bustage on AIX s/true/PR_TRUE bug 49522.
This commit is contained in:
Родитель
ccbd894f2e
Коммит
2e20bb7f8b
|
@ -3253,7 +3253,7 @@ NS_IMETHODIMP nsDocShell::AddHeadersToChannel(nsIInputStream *aHeadersData,
|
|||
// add the value as a header to the nsIHTTPChannel
|
||||
//
|
||||
|
||||
while (true) {
|
||||
while (PR_TRUE) {
|
||||
crlf = headersString.Find("\r\n", PR_TRUE);
|
||||
if (-1 == crlf) {
|
||||
rv = NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче