From 7918f173edd1336be53567e89922995ee9000204 Mon Sep 17 00:00:00 2001 From: losinshi Date: Mon, 8 Jan 2007 20:40:45 +0000 Subject: [PATCH] second addition to chart-fix git-svn-id: file:///home/jan/tmp/wetterstation/trunk@213 dd492736-c11a-0410-ad51-8c26713eaf7f --- cronjob/chart/image_file/image_data.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cronjob/chart/image_file/image_data.c b/cronjob/chart/image_file/image_data.c index cd6d1fe..59f1e75 100644 --- a/cronjob/chart/image_file/image_data.c +++ b/cronjob/chart/image_file/image_data.c @@ -376,6 +376,8 @@ pix_list_ptr get_pix_list(int c_width){ * koennen */ min = temp_ptr; max = temp_ptr; + real_max = temp_value; + real_min = temp_value; } }