X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_format.c;h=7a3e93f5288a22c2f2a76bb36ad1d4b82f54040b;hb=fbe390e15d3484315efe5802577249c8959e3556;hp=ab249b4ac608296f43f62f2cb15d4d60bca3d2e3;hpb=f439b204fb1481edd6a777a3b172ccd722b5b6ed;p=rrdtool.git diff --git a/src/rrd_format.c b/src/rrd_format.c index ab249b4..7a3e93f 100644 --- a/src/rrd_format.c +++ b/src/rrd_format.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2rc5 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.21 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_format.c RRD Database Format helper functions ***************************************************************************** @@ -65,7 +65,7 @@ enum dst_en dst_conv(char *string) } -enum cf_en cf_conv(char *string) +enum cf_en cf_conv(const char *string) { converter(AVERAGE,CF_AVERAGE)