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=1876d5973e608d97c27361d09229ec10058d4b11;p=rrdtool.git added pointer to florian forsters dtd to the rrd dumpt git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1311 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_dump.c b/src/rrd_dump.c index 7a904f3..f84adbc 100644 --- a/src/rrd_dump.c +++ b/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) {