summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fd4bdc1)
raw | patch | inline | side by side (parent: fd4bdc1)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 1 Apr 2014 22:22:34 +0000 (00:22 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 1 Apr 2014 22:22:34 +0000 (00:22 +0200) |
src/utils_format_graphite.c | patch | blob | history |
index c9516b49386ae7d8c99cb8b62fad405de5b7a5ba..b7d4494d3ed0fda8d6ad9a17cca5193ffdae911b 100644 (file)
#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 */