From: oetiker Date: Tue, 25 Mar 2008 23:02:32 +0000 (+0000) Subject: added missing " escapes to xml header in rrd_tool.c X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b8bba43dfd23b3b273fd1ade0594fbc25f67cb40;p=rrdtool-all.git 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 --- 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);