X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tune.c;h=f61e8c5cdc21a6b237c737bda0eea1e9e44163e2;hb=3882bb0c2d15f97298aaa7602d6353a1888f5547;hp=7ab31f53887c1b08b1fb2b5d6a019c420816d950;hpb=d0a1ea32f66d9d8d8ef696a2137425f84ff440e2;p=rrdtool.git diff --git a/src/rrd_tune.c b/src/rrd_tune.c index 7ab31f5..f61e8c5 100644 --- a/src/rrd_tune.c +++ b/src/rrd_tune.c @@ -1,10 +1,16 @@ /***************************************************************************** - * RRDtool 1.0.33 Copyright Tobias Oetiker, 1997 - 2000 + * RRDtool 1.2.16 Copyright by Tobi Oetiker, 1997-2006 ***************************************************************************** * 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. @@ -55,6 +61,7 @@ rrd_tune(int argc, char **argv) double min; double max; char dst[DST_SIZE]; + optind = 0; opterr = 0; /* initialize getopt */ if(rrd_open(argv[1],&rrd_file,&rrd, RRD_READWRITE)==-1){ @@ -153,7 +160,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 +281,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,