Skip to content
Snippets Groups Projects
Commit 609059b6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

infilesize must be a long to work on 64bit archs

parent 6af73f41
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment