Oops. Had an = when I meant ==.

This commit is contained in:
waterson%netscape.com 1999-01-14 23:04:16 +00:00
parent c07e15fb58
commit 1322a50ebc

View File

@ -1591,7 +1591,7 @@ RDFDocumentImpl::CreateChildren(nsIRDFContent* element)
NS_RELEASE(property);
}
if (rv = NS_ERROR_RDF_CURSOR_EMPTY)
if (rv == NS_ERROR_RDF_CURSOR_EMPTY)
// This is a normal return code from nsIRDFCursor::Advance()
rv = NS_OK;