summaryrefslogtreecommitdiffstats
path: root/database/rrdcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'database/rrdcalc.c')
-rw-r--r--database/rrdcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdcalc.c b/database/rrdcalc.c
index 32c244ff85..7f6a896b6f 100644
--- a/database/rrdcalc.c
+++ b/database/rrdcalc.c
@@ -363,7 +363,7 @@ inline RRDCALC *rrdcalc_create(RRDHOST *host, RRDCALCTEMPLATE *rt, const char *c
(rc->recipient)?rc->recipient:"DEFAULT",
rc->green,
rc->red,
- rc->group,
+ (int)rc->group,
rc->after,
rc->before,
rc->options,