From 18a9aed7f31e23bb3e4232306fee66afe89a7da4 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Thu, 19 Jan 2017 15:21:12 +0100 Subject: [PATCH] attempt to fix #763 --- src/rrd_graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_graph.h b/src/rrd_graph.h index b64949a5..be896ec4 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -46,7 +46,7 @@ #define NO_RRDTOOL_TAG 0x400 /* disable the rrdtool tag */ #define ALLOW_MISSING_DS 0x800 /* missing DS is not fatal */ -#define gdes_fetch_key(x) sprintf_alloc("%s:%s:%d:%d:%d:%d",x.rrd,x.daemon,x.cf,x.cf_reduce,x.start_orig,x.end_orig,x.step_orig) +#define gdes_fetch_key(x) sprintf_alloc("%s:%s:%d:%d:%d:%d:%d",x.rrd,x.daemon,x.cf,x.cf_reduce,x.start_orig,x.end_orig,x.step_orig,x.step) enum tmt_en { TMT_SECOND = 0, TMT_MINUTE, TMT_HOUR, TMT_DAY, TMT_WEEK, TMT_MONTH, TMT_YEAR -- 2.47.2