From ef5eca7acc0a177b1d87aa6e84bc04fb998b78ee Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 18 Sep 2004 20:14:56 +0000 Subject: [PATCH] Unicode compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/ftp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index 474a98a6dc..dbc0669ab5 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -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; } -- 2.50.0