From b8bba43dfd23b3b273fd1ade0594fbc25f67cb40 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 25 Mar 2008 23:02:32 +0000 Subject: [PATCH] added missing " escapes to xml header in rrd_tool.c git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1322 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_dump.c b/program/src/rrd_dump.c index 74281986..08fa87cb 100644 --- a/program/src/rrd_dump.c +++ b/program/src/rrd_dump.c @@ -98,7 +98,7 @@ int rrd_dump_r( out_file = stdout; } - fputs("", out_file); + fputs("", out_file); fputs ("", out_file); -- 2.30.2