Use true and false for assignments to bool
[collectd.git] / src / daemon / utils_complain.h
index 0ddb7bf..88387be 100644 (file)
@@ -48,7 +48,7 @@ typedef struct {
   do {                                                                         \
     (c)->last = 0;                                                             \
     (c)->interval = 0;                                                         \
-    (c)->complained_once = 0;                                                  \
+    (c)->complained_once = false;                                              \
   } while (0)
 
 /*