mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
make the backup variable of the same kind as the data it backups! ;-)
This commit is contained in:
parent
88e226c686
commit
817d17354e
@ -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…
Reference in New Issue
Block a user