X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_update.c;h=a06b404e9d3ef26c545959bd469b8652e22834bb;hp=e4252db2ef829399d16dffe3f4f416d7472bb47c;hb=06d2116bfef88c41e3a64ca596acdba6ff078c23;hpb=a205d88885d2c90ecec3bfc13030bb9a58c01e16 diff --git a/src/rrd_update.c b/src/rrd_update.c index e4252db..a06b404 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -1558,7 +1558,7 @@ static int update_cdp_prep( if (elapsed_pdp_st > 2) { reset_cdp(rrd, elapsed_pdp_st, pdp_temp, last_seasonal_coef, seasonal_coef, rra_idx, ds_idx, cdp_idx, - (cf_en)current_cf); + (enum cf_en)current_cf); } }