aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-03 13:12:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-03 13:12:30 +0000
commit817d17354e0da790f6c221410912bc82b2c803ad (patch)
treee684d5f56b754704b68dd90f10cfb24a7a4a89b3
parent88e226c686d97a84ea7cbce34ce5bcba0f5d58ea (diff)
make the backup variable of the same kind as the data it backups! ;-)
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 85d9fca2e..fc8c65be8 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 {