]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
merged from apt-get-changelog
[apt.git] / methods / ftp.cc
index 3e1725823d9a16e98b20adcfe73434723d79cbde..97248f900c8eaff56f46e721a6f4958e11576c20 100644 (file)
@@ -661,8 +661,7 @@ bool FTPConn::ModTime(const char *Path, time_t &Time)
       return true;
    
    // Parse it
-   StrToTime(Msg,Time);
-   return true;
+   return FTPMDTMStrToTime(Msg.c_str(), Time);
 }
                                                                        /*}}}*/
 // FTPConn::CreateDataFd - Get a data connection                       /*{{{*/