June 21, 2026
1:43 a.m.
From: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> --- dlls/msxml3/xpath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msxml3/xpath.c b/dlls/msxml3/xpath.c index 3f4e2e44634..df397283e85 100644 --- a/dlls/msxml3/xpath.c +++ b/dlls/msxml3/xpath.c @@ -4773,7 +4773,6 @@ start: break; default: xpath_comp_op_eval(ctxt, op); - if (ctxt->error != XPATH_EXPRESSION_OK) if (ctxt->error != XPATH_EXPRESSION_OK) return -1; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11222