This commit is contained in:
waterson%netscape.com 1999-01-14 23:03:07 +00:00
Родитель 38119bc6e7
Коммит c07e15fb58
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -516,7 +516,7 @@ rdf_ContainerAddElement(nsIRDFDataSource* ds,
if (NS_FAILED(rv = rdf_ContainerGetNextValue(ds, container, &nextVal)))
goto done;
if (rv = rdf_Assert(ds, container, nextVal, element))
if (NS_FAILED(rv = rdf_Assert(ds, container, nextVal, element)))
goto done;
done: