summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b5fa07d)
raw | patch | inline | side by side (parent: b5fa07d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 23 Jan 2007 20:52:35 +0000 (20:52 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 23 Jan 2007 20:52:35 +0000 (20:52 +0000) |
non full coverage situations ..
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@976 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@976 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_fetch.c | patch | blob | history |
diff --git a/src/rrd_fetch.c b/src/rrd_fetch.c
index 4831caa7f37479ab282d294d74e6b70001a4dc43..46a0e871504eb30dee617e387125e1351e3f9da8 100644 (file)
--- a/src/rrd_fetch.c
+++ b/src/rrd_fetch.c
tmp_step_diff = labs(*step - (rrd.stat_head->pdp_step
* rrd.rra_def[i].pdp_cnt));
/* best full match */
- if(cal_end + (rrd.stat_head->pdp_step * rrd.rra_def[i].pdp_cnt) >= *end
+ if(cal_end >= *end
&& cal_start <= *start){
if (first_full || (tmp_step_diff < best_full_step_diff)){
first_full=0;