summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 285da1f)
raw | patch | inline | side by side (parent: 285da1f)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 2 Feb 2002 14:36:14 +0000 (14:36 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 2 Feb 2002 14:36:14 +0000 (14:36 +0000) |
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 0f6f588ebdf0a8fda09052587b97b5ab1762817a..f4ad81a74b16647f90557a498a05571d18eb7b42 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
* further save step size and data source
* count of this rra
*/
- im->gdes[gdi].rpnp[rpi].data = im->gdes[ptr].data;
+ im->gdes[gdi].rpnp[rpi].data = im->gdes[ptr].data + im->gdes[ptr].ds;
im->gdes[gdi].rpnp[rpi].step = im->gdes[ptr].step;
im->gdes[gdi].rpnp[rpi].ds_cnt = im->gdes[ptr].ds_cnt;