mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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;
|
||||
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);
|
||||
if(FAILED(hres))
|
||||
|
Loading…
Reference in New Issue
Block a user