mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
changing false to PR_FALSE... since false isn't defined on all platforms
This commit is contained in:
parent
97be3d9aa4
commit
56fe6f9966
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user