X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_tune.c;h=94d9293081e31f15ed336639030c5ba92e8f6e22;hb=2cf78047790cfe34a1929e42205938d587e609df;hp=7ab31f53887c1b08b1fb2b5d6a019c420816d950;hpb=55169970755a120b051da08d0e953c379a6b5a68;p=rrdtool-all.git diff --git a/program/src/rrd_tune.c b/program/src/rrd_tune.c index 7ab31f53..94d92930 100644 --- a/program/src/rrd_tune.c +++ b/program/src/rrd_tune.c @@ -1,10 +1,16 @@ /***************************************************************************** - * RRDtool 1.0.33 Copyright Tobias Oetiker, 1997 - 2000 + * RRDtool 1.2.0 Copyright by Tobi Oetiker, 1997-2005 ***************************************************************************** * change header parameters of an rrd ***************************************************************************** * $Id$ * $Log$ + * Revision 1.6 2004/05/26 22:11:12 oetiker + * reduce compiler warnings. Many small fixes. -- Mike Slifcak + * + * Revision 1.5 2002/02/01 20:34:49 oetiker + * fixed version number and date/time + * * Revision 1.4 2001/08/22 22:29:07 jake * Contents of this patch: * (1) Adds/revises documentation for rrd tune in rrd_tool.c and pod files. @@ -153,7 +159,7 @@ rrd_tune(int argc, char **argv) fclose(rrd_file); return -1; } - if (dst_conv(dst) == -1){ + if ((int)dst_conv(dst) == -1){ rrd_free(&rrd); fclose(rrd_file); return -1; @@ -274,7 +280,7 @@ rrd_tune(int argc, char **argv) rrd_file); } else { int i; - for(i=0;i< rrd.stat_head->ds_cnt;i++) + for(i=0;i< (int)rrd.stat_head->ds_cnt;i++) if (dst_conv(rrd.ds_def[i].dst) != DST_CDEF) { printf("DS[%s] typ: %s\thbt: %ld\tmin: %1.4f\tmax: %1.4f\n", rrd.ds_def[i].ds_nam,