Bug 334191 EncodeArray has nested rc variables

r=doron sr=bz
This commit is contained in:
timeless%mozdev.org 2006-05-06 22:38:15 +00:00
Родитель 36a8d6a84e
Коммит a80b0a650e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1254,7 +1254,7 @@ static nsresult EncodeArray(nsISOAPEncoding* aEncoding, nsIVariant* aSource, nsI
PRUint32 count;
void *array;
if (aSource != nsnull) {
nsresult rc = aSource->GetDataType(&type);
rc = aSource->GetDataType(&type);
NS_ENSURE_SUCCESS(rc, rc);
if (type == nsIDataType::VTYPE_EMPTY ||