mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
tool_operate: we prefer 'CURLcode result'
This commit is contained in:
parent
b0670ff12b
commit
088b9b2a97
2 changed files with 86 additions and 86 deletions
|
|
@ -28,8 +28,8 @@
|
|||
*/
|
||||
|
||||
#define SETOPT_CHECK(v) do { \
|
||||
res = (v); \
|
||||
if(res) \
|
||||
result = (v); \
|
||||
if(result) \
|
||||
goto show_error; \
|
||||
} WHILE_FALSE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue