From d7374efc3b39679828138073bf1330752a560dc5 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Mon, 19 Aug 2013 16:48:11 +0200 Subject: [PATCH] fix a bunch of json syntax issues (issue 380) --- src/rrd_tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_tool.c b/src/rrd_tool.c index ea80d185..ddcdcccc 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -737,7 +737,7 @@ int HandleInputLine( printf(" <%s>\n", META_TAG); } else { - printf("{ about: 'RRDtool xport JSON output',\n meta: {\n"); + printf("{ \"about\": \"RRDtool xport JSON output\",\n \"meta\": {\n"); } -- 2.47.2