summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
blob: 3f521af716c455e16253c3ba751a8fd169b281dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/tool_operate.c.old	2012-10-19 21:42:57.000000000 +0100
+++ src/tool_operate.c	2012-10-19 21:43:27.000000000 +0100
@@ -1731,15 +1731,6 @@
           }
         }
 
-#ifdef __AMIGA__
-        if(!res && outs.s_isreg && outs.filename) {
-          /* Set the url (up to 80 chars) as comment for the file */
-          if(strlen(url) > 78)
-            url[79] = '\0';
-          SetComment(outs.filename, url);
-        }
-#endif
-
 #ifdef HAVE_UTIME
         /* File time can only be set _after_ the file has been closed */
         if(!res && config->remote_time && outs.s_isreg && outs.filename) {