Fixing compiler error on Linux
git-svn-id: svn://10.0.0.236/trunk@19126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -105,7 +105,7 @@ NS_IMETHODIMP
|
||||
StreamToFile::OnDataAvailable(nsIURL* aURL, nsIInputStream *pIStream,
|
||||
PRInt32 length)
|
||||
{
|
||||
PRInt32 len;
|
||||
PRUint32 len;
|
||||
do {
|
||||
char buffer[4000];
|
||||
nsresult err = pIStream->Read(buffer, 0, sizeof(buffer), &len);
|
||||
|
||||
Reference in New Issue
Block a user