From 318360f0eb40700be7f1a4c081f08160055171b1 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 12 Apr 2005 21:52:18 +0000 Subject: [PATCH] prep for 1.2rc8 release git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@402 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_graph.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 842c0df0..95ba70df 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -1,4 +1,4 @@ -/strfcmp/**************************************************************************** +/**************************************************************************** * RRDtool 1.2rc8 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd__graph.c produce graphs from data in rrdfiles @@ -1298,7 +1298,7 @@ print_calc(image_desc_t *im, char ***prdata) char ctime_buf[128]; /* PS: for ctime_r, must be >= 26 chars */ int iii=0; ctime_r(&printtime,ctime_buf); - while(isprint(ctime_buf[iii])){iii++}; + while(isprint(ctime_buf[iii])){iii++;} ctime_buf[iii]='\0'; if (im->gdes[i].gf == GF_PRINT){ (*prdata)[prlines-2] = malloc((FMT_LEG_LEN+2)*sizeof(char)); -- 2.30.2