mirror of
https://github.com/curl/curl.git
synced 2026-04-19 19:41:14 +03:00
possibly uninitialized variable
This commit is contained in:
parent
1cdc66d927
commit
60ef75f2ee
1 changed files with 2 additions and 0 deletions
|
|
@ -2834,6 +2834,8 @@ operate(struct Configurable *config, int argc, char *argv[])
|
|||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
urlnum = 1; /* without globbing, this is a single URL */
|
||||
|
||||
/* if multiple files extracted to stdout, insert separators! */
|
||||
separator= ((!outfiles || curl_strequal(outfiles, "-")) && urlnum > 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue