wxWidgets/tests/uris
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
..
ftp.cpp Fix string iteration logic in wxFTP::Pwd() 2016-09-25 01:20:41 +02:00
uris.cpp Fix wxURI::Unescape() to work with Unicode strings 2016-02-13 04:01:27 +01:00
url.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00