Ticket #10516: filezilla-string-conversion.patch
File filezilla-string-conversion.patch, 446 bytes (added by , 9 years ago) |
---|
-
src/engine/timeex.cpp
old new bool CDateTime::Set(Zone z, int year, in 336 336 337 337 bool CDateTime::Set(wxString const& str, Zone z) 338 338 { 339 wxChar const* it = str ;339 wxChar const* it = str.c_str(); 340 340 wxChar const* end = it + str.size(); 341 341 342 342 #ifdef __WXMSW__