summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/src.tool_operate.c.p
blob: 4c9a726f0413843b50b09c55b9e9b454ae73f48f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/tool_operate.c	2019-03-30 12:33:41.315465662 +0000
+++ src/tool_operate.c	2019-03-30 12:42:36.643382219 +0000
@@ -1872,7 +1872,7 @@ static CURLcode operate_do(struct Global
           /* Set the url (up to 80 chars) as comment for the file */
           if(strlen(urlnode->url) > 78)
             urlnode->url[79] = '\0';
-          SetComment(outs.filename, urlnode->url);
+          IDOS->SetComment(outs.filename, urlnode->url);
         }
 #endif