tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985
This commit is contained in:
parent
952b54095a
commit
5376ed2474
@ -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…
Reference in New Issue
Block a user