wininet: Fix printing NULL strings.

This commit is contained in:
Francois Gouget 2011-09-19 23:28:03 +02:00 committed by Alexandre Julliard
parent 17e62a5603
commit 843e97eb1f
1 changed files with 1 additions and 1 deletions

View File

@ -2651,7 +2651,7 @@ static BOOL FTP_SendCommandA(INT nSocket, FTP_COMMAND ftpCmd, LPCSTR lpszParam,
int nRC = 0;
DWORD dwParamLen;
TRACE("%d: (%s) %d\n", ftpCmd, lpszParam, nSocket);
TRACE("%d: (%s) %d\n", ftpCmd, debugstr_a(lpszParam), nSocket);
if (lpfnStatusCB)
{