mirror of
https://github.com/curl/curl.git
synced 2026-07-21 01:47:22 +03:00
tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985
This commit is contained in:
parent
952b54095a
commit
5376ed2474
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
else if(urls) {
|
||||
/* fill '#1' ... '#9' terms from URL pattern */
|
||||
char *storefile = outfile;
|
||||
res = (CURLcode) glob_match_url(&outfile, storefile, urls);
|
||||
res = (CURLcode) glob_match_url(&outfile, storefile, urls);
|
||||
Curl_safefree(storefile);
|
||||
if(res) {
|
||||
/* bad globbing */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue