From 349c045ab360647b141f7c5d013d7351c0e0fa6f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 Jan 2009 00:25:04 +0000 Subject: [PATCH] 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 --- samples/console/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/console/console.cpp b/samples/console/console.cpp index 9fa43b6684..0cf71b6110 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -2426,7 +2426,7 @@ static bool TestFtpConnect() ftp = new wxFTP; #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); #else // !FTP_ANONYMOUS -- 2.45.2