mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
infilesize must be a long to work on 64bit archs
This commit is contained in:
parent
6af73f417a
commit
609059b6ec
@ -2469,7 +2469,7 @@ operate(struct Configurable *config, int argc, char *argv[])
|
||||
FILE *infd = stdin;
|
||||
FILE *headerfilep = NULL;
|
||||
char *urlbuffer=NULL;
|
||||
int infilesize=-1; /* -1 means unknown */
|
||||
long infilesize=-1; /* -1 means unknown */
|
||||
bool stillflags=TRUE;
|
||||
|
||||
bool allocuseragent=FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user