X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_format.c;h=990f94a915aa3536a37b2d10410ba40e9fc88e98;hb=ec2afe5e94d9fcd72bb58e572f0251c7557325f7;hp=b5b71b7073d10537aa07a2a33e578492389590fc;hpb=6801c3fb1c505c5534218100fab7888e140ca359;p=rrdtool.git diff --git a/src/rrd_format.c b/src/rrd_format.c index b5b71b7..990f94a 100644 --- a/src/rrd_format.c +++ b/src/rrd_format.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.18 Copyright by Tobi Oetiker, 1997-2006 + * RRDtool 1.2.23 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)