bug:66729

sr=waterson
r=akkana
Change PRUint32 to PRInt32.
This commit is contained in:
edburns@acm.org
2001-01-30 20:39:55 +00:00
parent b9a8f7d8d7
commit 142cf59946
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;
//