summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92a4616)
raw | patch | inline | side by side (parent: 92a4616)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 19 Jun 2009 05:53:58 +0000 (05:53 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 19 Jun 2009 05:53:58 +0000 (05:53 +0000) |
program/src/rrd_xport.c | patch | blob | history |
index a57ff452671a732c5af2ca45d5389d7f4a623d96..ea67a02a1f98d9dd425e3301881985cb1c30ba8e 100644 (file)
--- a/program/src/rrd_xport.c
+++ b/program/src/rrd_xport.c
case GF_XPORT:
ref_list[xport_counter++] = i;
*step_list_ptr = im->gdes[im->gdes[i].vidx].step;
- printf("%s:%lu\n",im->gdes[i].legend,*step_list_ptr);
*step_list_ptr++;
/* reserve room for one legend entry */
/* is FMT_LEG_LEN + 5 the correct size? */
*step_list_ptr=0;
/* find a common step */
*step = lcd(step_list);
- printf("step: %lu\n",*step);
free(step_list);
*start = im->start - im->start % (*step);