From 109cc80a5f4ee63ffbababe8e5e9edc1e3f3fc15 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Wed, 2 Apr 2014 00:22:34 +0200 Subject: [PATCH] add brackets to the list of characters graphite chokes on --- src/utils_format_graphite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils_format_graphite.c b/src/utils_format_graphite.c index c9516b49..b7d4494d 100644 --- a/src/utils_format_graphite.c +++ b/src/utils_format_graphite.c @@ -29,7 +29,7 @@ #include "utils_cache.h" #include "utils_parse_option.h" -#define GRAPHITE_FORBIDDEN " \t\"\\:!/\n\r" +#define GRAPHITE_FORBIDDEN " \t\"\\:!/()\n\r" /* Utils functions to format data sets in graphite format. * Largely taken from write_graphite.c as it remains the same formatting */ -- 2.11.0