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
parent 7f438c518a
commit 8e4d801be1

View File

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