urlmon: Fix debug message in canonicalize_scheme.
This commit is contained in:
parent
2fb139ffe7
commit
01947e08da
|
@ -3301,7 +3301,7 @@ static BOOL canonicalize_scheme(const parse_data *data, Uri *uri, DWORD flags, B
|
||||||
uri->scheme_start = pos;
|
uri->scheme_start = pos;
|
||||||
|
|
||||||
TRACE("(%p %p %x): Canonicalized scheme=%s, len=%d.\n", data, uri, flags,
|
TRACE("(%p %p %x): Canonicalized scheme=%s, len=%d.\n", data, uri, flags,
|
||||||
debugstr_wn(uri->canon_uri, uri->scheme_len), data->scheme_len);
|
debugstr_wn(uri->canon_uri+uri->scheme_start, data->scheme_len), data->scheme_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This happens in both computation modes. */
|
/* This happens in both computation modes. */
|
||||||
|
|
Loading…
Reference in New Issue