mirror of
https://github.com/curl/curl.git
synced 2026-08-07 21:22:55 +03:00
make the backup variable of the same kind as the data it backups! ;-)
This commit is contained in:
parent
88e226c686
commit
817d17354e
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ struct HTTP {
|
|||
curl_read_callback fread; /* backup storage for fread pointer */
|
||||
void *fread_in; /* backup storage for fread_in pointer */
|
||||
char *postdata;
|
||||
int postsize;
|
||||
size_t postsize;
|
||||
} backup;
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue