wxWidgets/samples/minimal
Vadim Zeitlin d0c57dbef0 Fix string iteration logic in wxFTP::Pwd()
wxString iterators can't be dereferenced once they reach the end of the
string, so compare them with end rather than checking if the value they point
to is non-NUL.

This makes wxFTP::Pwd() actually work, which was apparently broken since quite
some time (perhaps ever since c9f7896861 9+
years ago).

Closes #17679.
2016-09-25 01:20:41 +02:00
..
minimal_cocoa.xcodeproj
minimal_iphone.xcodeproj
borland_ide.cpp
borland.bdsproj
descrip.mms
Info_cocoa.plist Update version to 3.1.1 2016-03-03 23:23:06 +01:00
Info_iphone.plist
makefile.bcc
makefile.gcc Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
Makefile.in Update version to 3.1.1 2016-03-03 23:23:06 +01:00
makefile.unx
makefile.vc Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
minimal_vc7.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
minimal_vc8.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
minimal_vc9.vcproj Link with shlwapi.lib and version.lib under MSW 2015-10-07 18:56:33 +02:00
minimal_vc10.sln Also add MSVS 201[0235] projects for the minimal sample 2016-02-05 22:43:23 +01:00
minimal_vc11.sln Also add MSVS 201[0235] projects for the minimal sample 2016-02-05 22:43:23 +01:00
minimal_vc12.sln Also add MSVS 201[0235] projects for the minimal sample 2016-02-05 22:43:23 +01:00
minimal_vc14.sln Also add MSVS 201[0235] projects for the minimal sample 2016-02-05 22:43:23 +01:00
minimal.bkl
minimal.cpp Merge wxiOS fixes 2016-02-22 23:53:30 +01:00
minimal.plc
minimal.vcxproj Fix string iteration logic in wxFTP::Pwd() 2016-09-25 01:20:41 +02:00
minimal.vcxproj.filters Also add MSVS 201[0235] projects for the minimal sample 2016-02-05 22:43:23 +01:00
sample.icns