From: oetiker Date: Sun, 23 Mar 2008 13:43:22 +0000 (+0000) Subject: added pointer to florian forsters dtd to the rrd dumpt X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4aec635c6758cdfddf6087f4b85643506d4a3b60;p=rrdtool-all.git added pointer to florian forsters dtd to the rrd dumpt git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1311 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_dump.c b/program/src/rrd_dump.c index 7a904f34..f84adbc3 100644 --- a/program/src/rrd_dump.c +++ b/program/src/rrd_dump.c @@ -98,6 +98,8 @@ int rrd_dump_r( out_file = stdout; } + fputs("", out_file); + fputs("", out_file); fputs("", out_file); fputs("", out_file); if (atoi(rrd.stat_head->version) <= 3) {