Update cr.c
This commit is contained in:
parent
05dc2f56d1
commit
c2a22609df
1 changed files with 1 additions and 1 deletions
2
c/cr.c
2
c/cr.c
|
@ -491,7 +491,7 @@ int main(int argc, char **argv)
|
|||
long size=0;
|
||||
char *finalURL = NULL;
|
||||
long response_code;
|
||||
int finalURLsize = 0,skipurl=0, disallowlinks=0;
|
||||
int finalURLsize=0, skipurl=0;
|
||||
if (curl) {
|
||||
fp = fopen(outfilename,"wb");
|
||||
//Get file size
|
||||
|
|
Loading…
Add table
Reference in a new issue