summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbcac90)
raw | patch | inline | side by side (parent: cbcac90)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 22 Feb 2012 22:11:18 +0000 (22:11 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 22 Feb 2012 22:11:18 +0000 (22:11 +0000) |
program/src/rrd_tool.c | patch | blob | history |
diff --git a/program/src/rrd_tool.c b/program/src/rrd_tool.c
index e481fa352bfb42bcd2218c272a4089543285087f..4dd4cae1f1c6524cbe6b56a8cf74e7a1681ed96b 100644 (file)
--- a/program/src/rrd_tool.c
+++ b/program/src/rrd_tool.c
#define pXJV(indent,fmt,tag,value) \
if (json) { \
- printf(indent "%s: " fmt ",\n",tag,value); \
+ printf(indent "\"%s\": " fmt ",\n",tag,value); \
} else { \
printf(indent "<%s>" fmt "</%s>\n",tag,value,tag); \
}
}
if (json){
- printf(" %s: [\n", LEGEND_TAG);
+ printf(" \"%s\": [\n", LEGEND_TAG);
}
else {
printf(" <%s>\n", LEGEND_TAG);
}
if (json){
- printf(" %s: [\n",DATA_TAG);
+ printf(" \"%s\": [\n",DATA_TAG);
} else {
printf(" <%s>\n", DATA_TAG);
}