зеркало из https://github.com/mozilla/gecko-dev.git
Fixed compiler warning.
This commit is contained in:
Родитель
38119bc6e7
Коммит
c07e15fb58
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче