X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ffhcount.c;fp=src%2Ffhcount.c;h=05506651fe784ef5c76973c5037fc0bcefbb3a27;hb=4e89060ceb1a14ec7f9abfe9caa6b0da7e76bd5c;hp=9e74dabd79a5582a7ce0c9c7fb5e53ac44bb2a66;hpb=f25d207699e013bb47c0083fe56b8358a98f6f4d;p=collectd.git diff --git a/src/fhcount.c b/src/fhcount.c index 9e74dabd..05506651 100644 --- a/src/fhcount.c +++ b/src/fhcount.c @@ -25,7 +25,7 @@ static const char *config_keys[] = {"ValuesAbsolute", "ValuesPercentage"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); -static bool values_absolute = 1; +static bool values_absolute = true; static bool values_percentage; static int fhcount_config(const char *key, const char *value) {