Fix bustage on AIX s/true/PR_TRUE

bug 49522.
This commit is contained in:
edburns%acm.org 2000-09-05 21:35:59 +00:00
Родитель ccbd894f2e
Коммит 2e20bb7f8b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;