From be71835ad20f678a688e175184889262a76a9d41 Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 13 Sep 2006 23:22:44 +0000 Subject: [PATCH] chart... git-svn-id: file:///home/jan/tmp/wetterstation/trunk@90 dd492736-c11a-0410-ad51-8c26713eaf7f --- cronjob/chart/image_file/image_data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cronjob/chart/image_file/image_data.c b/cronjob/chart/image_file/image_data.c index 9194ab8..0f9c06d 100644 --- a/cronjob/chart/image_file/image_data.c +++ b/cronjob/chart/image_file/image_data.c @@ -43,9 +43,9 @@ label_list_ptr get_x_label_list(int c_width){ if (ptr != NULL){ temp_ptr->next = new_ptr; - temp_ptr = temp_ptr->next; + temp_ptr = temp_ptr->next; } else { - ptr = new_ptr; + ptr = new_ptr; temp_ptr = new_ptr; } }