prepare for the release of rrdtool-1.3rc3
[rrdtool.git] / src / rrd_resize.c
index 9dcfcca..675240e 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.2.23  Copyright by Tobi Oetiker, 1997-2007
+ * RRDtool 1.3rc3  Copyright by Tobi Oetiker, 1997-2008
  *****************************************************************************
  * rrd_resize.c Alters size of an RRA
  *****************************************************************************
@@ -82,6 +82,7 @@ int rrd_resize(
             return (-1);
         }
     /* the size of the new file */
+    /* yes we are abusing the float cookie for this, aargh */
     if ((rrdnew.stat_head = calloc(1, sizeof(stat_head_t))) == NULL) {
         rrd_set_error("allocating stat_head for new RRD");
         rrd_free(&rrdold);