From 147599a189fb476c8af3560c9dbc88b007bf4cc5 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 23 Sep 2023 20:41:43 +0200 Subject: [PATCH] Updated patch for new cURL version. --- patch/curl_tool_getparam.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patch/curl_tool_getparam.diff b/patch/curl_tool_getparam.diff index 3f0ba37..599972f 100644 --- a/patch/curl_tool_getparam.diff +++ b/patch/curl_tool_getparam.diff @@ -2,10 +2,10 @@ 1 file changed, 5 insertions(+) diff --git a/src/tool_getparam.c b/src/tool_getparam.c -index 6d6cac3..de02cfd 100644 +index e446762..a3be6ac 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c -@@ -552,8 +552,13 @@ static void cleanarg(argv_item_t str) +@@ -562,8 +562,13 @@ static void cleanarg(argv_item_t str) * argument out so that the username:password isn't displayed in the * system process list */ if(str) { @@ -18,4 +18,4 @@ index 6d6cac3..de02cfd 100644 +#endif } } - #else + #else \ No newline at end of file