projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a way to add packages to generate a dists style environment without
[apt.git]
/
methods
/
ftp.cc
diff --git
a/methods/ftp.cc
b/methods/ftp.cc
index 3e1725823d9a16e98b20adcfe73434723d79cbde..97248f900c8eaff56f46e721a6f4958e11576c20 100644
(file)
--- a/
methods/ftp.cc
+++ b/
methods/ftp.cc
@@
-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 /*{{{*/