X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_dump.c;h=dadd34d3a2c2bc32164cedffdf944a20631a6b96;hb=aece9a43678dd1ab14316a385ee1599cd31e3011;hp=be000f9cdd8344db4172a807ecf861048f3b92ab;hpb=a6cabd4d567fa0bfd8192ef99c804f1b2359e22d;p=rrdtool.git diff --git a/src/rrd_dump.c b/src/rrd_dump.c index be000f9..dadd34d 100644 --- a/src/rrd_dump.c +++ b/src/rrd_dump.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.99907080300 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_dump Display a RRD ***************************************************************************** @@ -100,7 +100,7 @@ int rrd_dump_r( fputs("", out_file); fputs("", out_file); - if ( atoi(rrd.stat_head->version) <= 3) { + if (atoi(rrd.stat_head->version) <= 3) { fprintf(out_file, "\t %s \n", RRD_VERSION3); } else { fprintf(out_file, "\t %s \n", RRD_VERSION);