]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
vdef calc was using end_orig to determine for which range it should do its
authorTobias Oetiker <tobi@oetiker.ch>
Sun, 28 Sep 2008 15:01:43 +0000 (15:01 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 28 Sep 2008 15:01:43 +0000 (15:01 +0000)
commit027fed63f595f1e5e2dc6f36f1c60501fb972104
tree3349b9d209b3c3459f2e978f4d2cba8304a4399e
parent6641e2e442eb511b9964752185ba3d049bc5a464
vdef calc was using end_orig to determine for which range it should do its
calculations which is odd, since orig is only the requested range as
invocation time and not the data range deliverd by fetch. It does fall
completely flat when shifting since shifting does not affect the original
data. Bug #177 reported by hokiel

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1530 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c