Files
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
..
2006-02-15 09:33:40 +00:00
2016-03-03 23:23:06 +01:00
2011-05-03 19:05:24 +00:00
2016-03-03 23:23:06 +01:00
2012-01-15 14:46:41 +00:00
2016-02-22 23:53:30 +01:00