Commit 21be19a1 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Actually use skipped entity event data.

parent 818917a0
......@@ -1191,6 +1191,7 @@ static HRESULT WINAPI contentHandler_skippedEntity(
init_call_entry(locator, &call);
call.id = CH_SKIPPEDENTITY;
call.arg1W = SysAllocStringLen(name, len);
add_call(sequences, CONTENT_HANDLER_INDEX, &call);
return get_expected_ret();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment