mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:57:15 +03:00
more variable type fixing for the huge posts
This commit is contained in:
parent
230a75091b
commit
94a1d09ac7
3 changed files with 4 additions and 4 deletions
|
|
@ -1100,7 +1100,7 @@ void curl_formfree(struct curl_httppost *form)
|
|||
|
||||
CURLcode Curl_getFormData(struct FormData **finalform,
|
||||
struct curl_httppost *post,
|
||||
size_t *sizep)
|
||||
curl_off_t *sizep)
|
||||
{
|
||||
struct FormData *form = NULL;
|
||||
struct FormData *firstform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue