mirror of
https://github.com/curl/curl.git
synced 2026-08-02 13:30:29 +03:00
tool: use errorf() for error output
Convert a number of fprintf() calls.
This commit is contained in:
parent
6d45b9ca9c
commit
741f7ed4bc
10 changed files with 38 additions and 37 deletions
|
|
@ -1038,7 +1038,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
|
|||
break;
|
||||
|
||||
case 'v': /* --stderr */
|
||||
tool_set_stderr_file(nextarg);
|
||||
tool_set_stderr_file(global, nextarg);
|
||||
break;
|
||||
case 'w': /* --interface */
|
||||
/* interface */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue