mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +00:00
msxml3: Use SUCCEEDED instead of !FAILED.
This commit is contained in:
parent
3e59606a3c
commit
718a924f5b
@ -2760,7 +2760,7 @@ static HRESULT WINAPI domdoc_validateNode(
|
||||
{
|
||||
|
||||
hr = SchemaCache_validate_tree(This->properties->schemaCache, get_node_obj(node)->node);
|
||||
if (!FAILED(hr))
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
++validated;
|
||||
/* TODO: get a real error code here */
|
||||
|
Loading…
x
Reference in New Issue
Block a user