Set static bools to true instead of 1
[collectd.git] / src / perl.c
index cdacbb7..8c57f57 100644 (file)
@@ -183,7 +183,7 @@ extern char **environ;
  * private variables
  */
 
-static bool register_legacy_flush = 1;
+static bool register_legacy_flush = true;
 
 /* if perl_threads != NULL perl_threads->head must
  * point to the "base" thread */