From 3595344969fde7a1c33cf16cd1bf64005f463855 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Tue, 15 Feb 2000 07:53:08 +0000 Subject: [PATCH] Bug 27576 - fixed warnings. r=gordon git-svn-id: svn://10.0.0.236/trunk@60841 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/public/nsNetUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/base/public/nsNetUtil.h b/mozilla/netwerk/base/public/nsNetUtil.h index e04933b9160..3c832c466b1 100644 --- a/mozilla/netwerk/base/public/nsNetUtil.h +++ b/mozilla/netwerk/base/public/nsNetUtil.h @@ -187,7 +187,7 @@ NS_NewPostDataStream(PRBool isFile, const char *data, PRUint32 encodeFlags, inline nsresult NS_NewInputStreamChannel(nsIURI* uri, const char* contentType, - PRUint32 contentLength, + PRInt32 contentLength, nsIInputStream* inStr, nsILoadGroup* group, nsIInterfaceRequestor* notificationCallbacks,