Ticket #10516: filezilla-string-conversion.patch

File filezilla-string-conversion.patch, 446 bytes (added by Tomáš Chvátal, 9 years ago)
  • src/engine/timeex.cpp

    old new bool CDateTime::Set(Zone z, int year, in  
    336336
    337337bool CDateTime::Set(wxString const& str, Zone z)
    338338{
    339     wxChar const* it = str;
     339    wxChar const* it = str.c_str();
    340340    wxChar const* end = it + str.size();
    341341
    342342#ifdef __WXMSW__