correct the FTP host name mungled by a too eager global search and replace in r57951
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2426,7 +2426,7 @@ static bool TestFtpConnect()
|
|||||||
ftp = new wxFTP;
|
ftp = new wxFTP;
|
||||||
|
|
||||||
#ifdef FTP_ANONYMOUS
|
#ifdef FTP_ANONYMOUS
|
||||||
static const wxChar *hostname = _T("ftp->wxwidgets.org");
|
static const wxChar *hostname = _T("ftp.wxwidgets.org");
|
||||||
|
|
||||||
wxPrintf(_T("--- Attempting to connect to %s:21 anonymously...\n"), hostname);
|
wxPrintf(_T("--- Attempting to connect to %s:21 anonymously...\n"), hostname);
|
||||||
#else // !FTP_ANONYMOUS
|
#else // !FTP_ANONYMOUS
|
||||||
|
Reference in New Issue
Block a user