Updated patch for new cURL version.

This commit is contained in:
LoRd_MuldeR 2023-09-23 20:41:43 +02:00
parent ab8451f4ac
commit 147599a189

View File

@ -2,10 +2,10 @@
1 file changed, 5 insertions(+) 1 file changed, 5 insertions(+)
diff --git a/src/tool_getparam.c b/src/tool_getparam.c 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 --- a/src/tool_getparam.c
+++ b/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 * argument out so that the username:password isn't displayed in the
* system process list */ * system process list */
if(str) { if(str) {
@ -18,4 +18,4 @@ index 6d6cac3..de02cfd 100644
+#endif +#endif
} }
} }
#else #else