From 9fc357308eb627af95e7e09ef1b622bd08f8cd70 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 21 Mar 2009 09:55:30 +0000 Subject: [PATCH] rrd_flush is not necessary here this used to ba a call to fflush which is something different anyway. git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1761 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_hw.c b/program/src/rrd_hw.c index c536a35a..c9a5b1f7 100644 --- a/program/src/rrd_hw.c +++ b/program/src/rrd_hw.c @@ -168,7 +168,7 @@ int apply_smoother( free(rrd_values); return -1; } - rrd_flush(rrd_file); + /* could read all data in a single block, but we need to * check for NA values */ for (i = 0; i < row_count; ++i) { -- 2.30.2