1
0
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:
Daniel Stenberg 2004-03-03 13:12:30 +00:00
parent 88e226c686
commit 817d17354e

View File

@ -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 {