Skip to content
Snippets Groups Projects
Commit 088b9b2a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tool_operate: we prefer 'CURLcode result'

parent b0670ff1
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -28,8 +28,8 @@
*/
#define SETOPT_CHECK(v) do { \
res = (v); \
if(res) \
result = (v); \
if(result) \
goto show_error; \
} WHILE_FALSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment