mirror of
https://github.com/curl/curl.git
synced 2026-06-26 02:05:37 +03:00
fixed 'storefread' to not make a warning
This commit is contained in:
parent
3654bd1b56
commit
85631150ce
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ struct HTTP {
|
|||
|
||||
/* For FORM posting */
|
||||
struct Form form;
|
||||
size_t (*storefread)(char *, size_t , size_t , FILE *);
|
||||
curl_read_callback storefread;
|
||||
FILE *in;
|
||||
|
||||
struct Curl_chunker chunk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue