X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_update.c;h=fa50929a5fd4aae6ee2a8e92fede979d1a1c5f2f;hb=7002f39fe85f0d540dd97659f18ca5347bef90f1;hp=1d9d5150d325f90a65af55ade48702c7ddce02b5;hpb=04ddf3a097198c83d74a60bc2f260b33db5ba92e;p=rrdtool.git diff --git a/src/rrd_update.c b/src/rrd_update.c index 1d9d515..fa50929 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -449,7 +449,7 @@ int rrd_update( { rc = rrdc_update (argv[optind], /* file */ argc - optind - 1, /* values_num */ - (void *) (argv + optind + 1)); /* values */ + (const char *const *) (argv + optind + 1)); /* values */ if (rc > 0) rrd_set_error("Failed sending the values to rrdcached: %s", rrd_strerror (rc)); @@ -1967,7 +1967,7 @@ static int write_RRA_row( /* append info to the return hash */ *pcdp_summary = rrd_info_push(*pcdp_summary, sprintf_alloc - ("[%d]RRA[%s][%lu]DS[%s]", rra_time, + ("[%lli]RRA[%s][%lu]DS[%s]", rra_time, rrd->rra_def[rra_idx].cf_nam, rrd->rra_def[rra_idx].pdp_cnt, rrd->ds_def[ds_idx].ds_nam),