]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
moved OLE files group under MSW files -- this is more logical
[wxWidgets.git] / src / common / ftp.cpp
index cd5435952e5383e0ddeec3f17501199633aca70c..8d34c443b3615e56cdaa9eeac410713ab0b68698 100644 (file)
@@ -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 !)