diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index ddca73322..c9ccdf292 100644 --- a/src/main.c +++ b/src/main.c @@ -2347,7 +2347,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ postdata=strdup(""); } else { - char *enc = curl_easy_escape(config->easy, postdata, size); + char *enc = curl_easy_escape(config->easy, postdata, (int)size); free(postdata); /* no matter if it worked or not */ if(enc) { /* now make a string with the name from above and append the |