8 Oct
2011
8 Oct
'11
5:58 p.m.
Andrew Talbot <andrew.talbot(a)talbotville.com> writes:
@@ -4037,6 +4037,7 @@ static HRESULT RegExpConstr_leftContext(script_ctx_t *ctx, vdisp_t *jsthis, WORD
V_VT(retv) = VT_BSTR; V_BSTR(retv) = ret; + /* fall through */ } case DISPATCH_PROPERTYPUT: return S_OK;
I don't think that PROPERTYGET is supposed to fall through to PROPERTYPUT. -- Alexandre Julliard julliard(a)winehq.org