jscript: Use specified expression length to trace it.

This commit is contained in:
Nikolay Sivov 2011-11-02 21:43:20 +03:00 committed by Alexandre Julliard
parent edd4356dba
commit b4987d095f
1 changed files with 1 additions and 1 deletions

View File

@ -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, &regexp);
if(FAILED(hres))