bug:66729

sr=waterson
r=akkana
Change PRUint32 to PRInt32.


git-svn-id: svn://10.0.0.236/trunk@85772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org 2001-01-30 20:39:55 +00:00
parent 5409ddeb54
commit e3c8a91a97
2 changed files with 4 additions and 4 deletions

View File

@ -3598,8 +3598,8 @@ nsPluginHostImpl::AddHeadersToChannel(const char *aHeadersData,
nsCAutoString oneHeader;
nsCAutoString headerName;
nsCAutoString headerValue;
PRUint32 crlf = 0;
PRUint32 colon = 0;
PRInt32 crlf = 0;
PRInt32 colon = 0;
nsIAtom *headerAtom;
//

View File

@ -3598,8 +3598,8 @@ nsPluginHostImpl::AddHeadersToChannel(const char *aHeadersData,
nsCAutoString oneHeader;
nsCAutoString headerName;
nsCAutoString headerValue;
PRUint32 crlf = 0;
PRUint32 colon = 0;
PRInt32 crlf = 0;
PRInt32 colon = 0;
nsIAtom *headerAtom;
//