mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
jsproxy: Use debugstr_a on URL.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9743328859
commit
aee52678f2
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ BOOL WINAPI InternetGetProxyInfo( LPCSTR url, DWORD len_url, LPCSTR hostname, DW
|
|||
WCHAR *urlW = NULL, *hostnameW = NULL;
|
||||
BOOL ret = FALSE;
|
||||
|
||||
TRACE( "%s, %u, %s, %u, %p, %p\n", url, len_url, hostname, len_hostname, proxy, len_proxy );
|
||||
TRACE( "%s, %u, %s, %u, %p, %p\n", debugstr_a(url), len_url, hostname, len_hostname, proxy, len_proxy );
|
||||
|
||||
EnterCriticalSection( &cs_jsproxy );
|
||||
|
||||
|
|
Loading…
Reference in a new issue