X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..4b1f929cc3421e43409f7d62260bf9ba0ffc75ab:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index cd5435952e..baac336f08 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -10,7 +10,7 @@ // Created: 07/07/1997 // RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -894,7 +894,7 @@ wxList *wxFTP::GetList(const wxString& wildcard, bool details) { wxSocketBase *sock = GetPort(); if (!sock) - return FALSE; + return NULL; wxList *file_list = new wxList; wxString line; // NLST : List of Filenames (including Directory's !)