Set static bools to true instead of 1
[collectd.git] / src / df.c
index 7e4c715..d8108e3 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -57,7 +57,7 @@ static ignorelist_t *il_fstype = NULL;
 
 static bool by_device;
 static bool report_inodes;
-static bool values_absolute = 1;
+static bool values_absolute = true;
 static bool values_percentage;
 
 static int df_init(void) {