wininet: Fix printing NULL strings.
This commit is contained in:
parent
17e62a5603
commit
843e97eb1f
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue