X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_dump.c;h=7ad85b20e6a53e86f43b6a3517a50f69bbef7c64;hb=3d068765c6b6c8d096e0692f22e5b5e407948b54;hp=f84adbc3a4c8e0cab5c568fb0e9e6eb386019504;hpb=1876d5973e608d97c27361d09229ec10058d4b11;p=rrdtool.git diff --git a/src/rrd_dump.c b/src/rrd_dump.c index f84adbc..7ad85b2 100644 --- a/src/rrd_dump.c +++ b/src/rrd_dump.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.99907080300 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.3rc2 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_dump Display a RRD ***************************************************************************** @@ -98,8 +98,10 @@ int rrd_dump_r( out_file = stdout; } - fputs("", out_file); - fputs("", out_file); + fputs("", out_file); + fputs + ("", + out_file); fputs("", out_file); fputs("", out_file); if (atoi(rrd.stat_head->version) <= 3) {