summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1204ae2)
raw | patch | inline | side by side (parent: 1204ae2)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 14 Jul 2006 09:47:34 +0000 (09:47 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 14 Jul 2006 09:47:34 +0000 (09:47 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@854 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 2b8e9fd03062676a9afc2c0d04384d79eeaf6833..ef88a197787f8d851134e8452ec5d526bb414fd6 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
break;
}
if (! skip) {
- unsigned long ft_step = im->gdes[i].step ;
+ unsigned long ft_step = im->gdes[i].step ; /* ft_step will record what we got from fetch */
if((rrd_fetch_fn(im->gdes[i].rrd,
im->gdes[i].cf,
return -1;
}
im->gdes[i].data_first = 1;
- im->gdes[i].step = im->step;
if (ft_step < im->gdes[i].step) {
reduce_data(im->gdes[i].cf_reduce,