X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_info.c;h=4f8b5dd4503a4514550a51fed7d99f55c12381cb;hp=506dce32c043cc5751084d318a5cbae6184f41f8;hb=19f031713115921bebf5949ce63926d66dd8c6a5;hpb=7f749092fea23d8e7066731e8ddf3741072ef5b3 diff --git a/src/rrd_info.c b/src/rrd_info.c index 506dce3..4f8b5dd 100644 --- a/src/rrd_info.c +++ b/src/rrd_info.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3.2 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.4.3 Copyright by Tobi Oetiker, 1997-2010 ***************************************************************************** * rrd_info Get Information about the configuration of an RRD *****************************************************************************/ @@ -179,7 +179,7 @@ rrd_info_t *rrd_info_r( for (i = 0; i < rrd.stat_head->ds_cnt; i++) { info.u_cnt=i; - cd=info_push(cd,sprintf_alloc("ds[%s].index", + cd= rrd_info_push(cd,sprintf_alloc("ds[%s].index", rrd.ds_def[i].ds_nam), RD_I_CNT, info);