projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
apt-pkg/deb/debsystem.{cc,h}: add dpointer
[apt.git]
/
methods
/
rsh.cc
diff --git
a/methods/rsh.cc
b/methods/rsh.cc
index f0ccfc42d2890513c0b5048943915da75afcc184..97b4ef1518b24e52a6229d2804a4d7a4dd1ce3df 100644
(file)
--- a/
methods/rsh.cc
+++ b/
methods/rsh.cc
@@
-278,8
+278,7
@@
bool RSHConn::ModTime(const char *Path, time_t &Time)
return false;
// Parse it
- StrToTime(Msg,Time);
- return true;
+ return FTPMDTMStrToTime(Msg.c_str(), Time);
}
/*}}}*/
// RSHConn::Get - Get a file /*{{{*/