From 6342f77892989a9bf8d863a478c93607eb1ad054 Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 25 Aug 2010 20:15:26 +0000 Subject: [PATCH] make sure an extra %s in the secondi axis format does not kill us git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2123 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_graph.c b/src/rrd_graph.c index f26966c..66db171 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -2285,7 +2285,7 @@ int horizontal_log_grid( } } else { - sprintf(graph_label_right,im->second_axis_format,sval); + sprintf(graph_label_right,im->second_axis_format,sval,""); } gfx_text ( im, -- 2.30.2