X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fwrite_log.c;h=5180a0e7d44ddad40f2cfb154f18f54a9f65d5c7;hp=fdc99ef3b67004d4185a8b6b16c3f35f641682c5;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hpb=b34cd94ec5b8b46fb0610c020c49f20e6d3980a8 diff --git a/src/write_log.c b/src/write_log.c index fdc99ef3..5180a0e7 100644 --- a/src/write_log.c +++ b/src/write_log.c @@ -96,7 +96,7 @@ static int wl_write(const data_set_t *ds, const value_list_t *vl, static int wl_config(oconfig_item_t *ci) /* {{{ */ { - _Bool format_seen = 0; + bool format_seen = 0; for (int i = 0; i < ci->children_num; i++) { oconfig_item_t *child = ci->children + i;