From: oetiker Date: Mon, 12 May 2008 13:22:26 +0000 (+0000) Subject: the last_ds value fuer unknown is 'U' and not 'UNKN' X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1c5c12b907eaafaa6c24999a241f418a81785b9d;p=rrdtool-all.git the last_ds value fuer unknown is 'U' and not 'UNKN' git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1339 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_create.c b/program/src/rrd_create.c index b3b70775..6dfc0fa6 100644 --- a/program/src/rrd_create.c +++ b/program/src/rrd_create.c @@ -700,7 +700,7 @@ int rrd_create_fn( return (-1); } - strcpy(rrd->pdp_prep->last_ds, "UNKN"); + strcpy(rrd->pdp_prep->last_ds, "U"); rrd->pdp_prep->scratch[PDP_val].u_val = 0.0; rrd->pdp_prep->scratch[PDP_unkn_sec_cnt].u_cnt =