jscript: Use specified expression length to trace it.
This commit is contained in:
parent
edd4356dba
commit
b4987d095f
|
@ -3846,7 +3846,7 @@ HRESULT create_regexp(script_ctx_t *ctx, const WCHAR *exp, int len, DWORD flags,
|
||||||
RegExpInstance *regexp;
|
RegExpInstance *regexp;
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
|
|
||||||
TRACE("%s %x\n", debugstr_w(exp), flags);
|
TRACE("%s %x\n", debugstr_wn(exp, len), flags);
|
||||||
|
|
||||||
hres = alloc_regexp(ctx, NULL, ®exp);
|
hres = alloc_regexp(ctx, NULL, ®exp);
|
||||||
if(FAILED(hres))
|
if(FAILED(hres))
|
||||||
|
|
Loading…
Reference in New Issue