From e3c8a91a972b0be5dc70d67a5ff7cbca86e17cce Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Tue, 30 Jan 2001 20:39:55 +0000 Subject: [PATCH] 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 --- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 4 ++-- mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 5addeed3ff1..e1f9e1245df 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -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; // diff --git a/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp b/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp index 5addeed3ff1..e1f9e1245df 100644 --- a/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp @@ -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; //