Bug 411052. nsJSONListener initialization warning. r/sr=jst, a=schrep

This commit is contained in:
sayrer@gmail.com 2008-01-08 23:38:17 -08:00
Родитель ad633a1c49
Коммит b173ef5641
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -747,7 +747,7 @@ nsJSONListener::OnDataAvailable(nsIRequest *aRequest, nsISupports *aContext,
{
PRUint32 contentLength;
aStream->Available(&contentLength);
nsresult rv;
nsresult rv = NS_OK;
if (mNeedsConverter && mSniffBuffer.Length() < 4) {
PRUint32 readCount = (aLength < 4) ? aLength : 4;