Unicode compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-18 20:14:56 +00:00
parent 9a6bc6560b
commit ef5eca7acc

View File

@@ -832,7 +832,7 @@ bool wxFTP::GetList(wxArrayString& files,
if ( !CheckCommand(line, '1') )
{
m_lastError = wxPROTO_PROTERR;
wxLogDebug("FTP 'LIST' command returned unexpected result from server");
wxLogDebug(_T("FTP 'LIST' command returned unexpected result from server"));
delete sock;
return false;
}