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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user