X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_format.c;h=7a3e93f5288a22c2f2a76bb36ad1d4b82f54040b;hb=fbe390e15d3484315efe5802577249c8959e3556;hp=042495de017d6dcb92f8b3a78b856cfaa84b96d0;hpb=298b318acaf1147474ab9e97cac37c3608660efd;p=rrdtool.git diff --git a/src/rrd_format.c b/src/rrd_format.c index 042495d..7a3e93f 100644 --- a/src/rrd_format.c +++ b/src/rrd_format.c @@ -1,10 +1,13 @@ /***************************************************************************** - * RRDtool 1.1.x Copyright Tobias Oetiker, 1999 + * RRDtool 1.2.21 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_format.c RRD Database Format helper functions ***************************************************************************** * $Id$ * $Log$ + * Revision 1.5 2004/05/18 18:53:03 oetiker + * big spell checking patch -- slif@bellsouth.net + * * Revision 1.4 2003/02/13 07:05:27 oetiker * Find attached the patch I promised to send to you. Please note that there * are three new source files (src/rrd_is_thread_safe.h, src/rrd_thread_safe.c @@ -57,12 +60,12 @@ enum dst_en dst_conv(char *string) converter(GAUGE,DST_GAUGE) converter(DERIVE,DST_DERIVE) converter(COMPUTE,DST_CDEF) - rrd_set_error("unknown data aquisition function '%s'",string); + rrd_set_error("unknown data acquisition function '%s'",string); return(-1); } -enum cf_en cf_conv(char *string) +enum cf_en cf_conv(const char *string) { converter(AVERAGE,CF_AVERAGE)