summaryrefslogtreecommitdiffstats
path: root/ftp/curl/files/patch-src::main.c
blob: 52aa287b39f33cb86a77f6831fed769c1a81c223 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/main.c.orig	Mon May 12 05:45:57 2003
+++ src/main.c	Sun Jun 15 18:58:50 2003
@@ -3011,7 +3011,7 @@
          closed, as is done above here */
       if(config->remote_time && outs.filename) {
         /* as libcurl if we got a time. Pretty please */
-        long filetime;
+        time_t filetime;
         curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime);
         if(filetime >= 0) {
           struct utimbuf times;
OpenPOWER on IntegriCloud