changing false to PR_FALSE... since false isn't defined on all platforms

This commit is contained in:
jdunn%netscape.com 2000-02-08 03:30:53 +00:00
parent 97be3d9aa4
commit 56fe6f9966

View File

@ -1087,7 +1087,7 @@ nsresult nsFormFrame::ProcessAsMultipart(nsIFormProcessor* aFormProcessor,nsIFil
LL_L2UI(fileSize32, fileSize);
contentLen += fileSize32;
NS_RELEASE(tempFile);
} while (false);
} while (PR_FALSE);
// Add CRLF after file
contentLen += crlfLen;