X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_format.c;h=7d34f73ef496d86e7ab85476f99b385e4a0ed284;hb=a6d79528b4812e8eb3927dba3cdd42e6ca51b287;hp=5570e0b06f54dcc20fd0fbd30a8d4996135df770;hpb=990fcfb7eec407edfe504f42760bae204e1c074d;p=rrdtool.git diff --git a/src/rrd_format.c b/src/rrd_format.c index 5570e0b..7d34f73 100644 --- a/src/rrd_format.c +++ b/src/rrd_format.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2rc9 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.22 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)