summaryrefslogtreecommitdiffabout
path: root/lib/consumer.cc
Side-by-side diff
Diffstat (limited to 'lib/consumer.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--lib/consumer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/consumer.cc b/lib/consumer.cc
index 76b6ea7..f9212ea 100644
--- a/lib/consumer.cc
+++ b/lib/consumer.cc
@@ -132,3 +132,3 @@ namespace opkele {
throw exception_curl(OPKELE_CP_ "failed to curl_easy_setopt()",r);
- if(r=curl_easy_perform(curl))
+ if( (r=curl_easy_perform(curl)) )
throw exception_curl(OPKELE_CP_ "failed to curl_easy_perform()",r);
@@ -292,3 +292,3 @@ namespace opkele {
throw exception_curl(OPKELE_CP_ "failed to curl_easy_setopt()",r);
- if(r=curl_easy_perform(curl))
+ if( (r=curl_easy_perform(curl)) )
throw exception_curl(OPKELE_CP_ "failed to curl_easy_perform()",r);