зеркало из https://github.com/mozilla/pjs.git
Fix bug where only first property was being returned.
This commit is contained in:
Родитель
3d53ecd956
Коммит
51f33b758d
|
@ -635,7 +635,7 @@ nsRegistryDataSource::ArcLabelsOut(nsIRDFResource *aSource, nsISimpleEnumerator
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
array->AppendElement(property);
|
||||
} while (0);
|
||||
} while (1);
|
||||
}
|
||||
|
||||
return NS_NewArrayEnumerator(_retval, array);
|
||||
|
|
Загрузка…
Ссылка в новой задаче