summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-main-cookie.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/downloader/files/patch-main-cookie.cc')
-rw-r--r--ftp/downloader/files/patch-main-cookie.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/downloader/files/patch-main-cookie.cc b/ftp/downloader/files/patch-main-cookie.cc
deleted file mode 100644
index 2bb8f891d41f..000000000000
--- a/ftp/downloader/files/patch-main-cookie.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- main/cookie.cc.orig Tue Sep 13 19:59:44 2005
-+++ main/cookie.cc Fri Sep 16 23:10:02 2005
-@@ -109,7 +109,7 @@
- };
-
- void tCookie::set_time(const std::string &what){
-- time_of_life=atoll(what.c_str());
-+ time_of_life=strtoll(what.c_str(), (char **)NULL, 10);
- };
-
- void tCookie::init(char *a,char *b,char *c,char *d){