From bb91d1852f98702e14e35d8cbb7c32f985f713ac Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 4 Jul 2005 18:49:56 +0000 Subject: [PATCH] make setting just the size and not the font work -- Havard Eidnes git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@650 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 0572241c..b5410f34 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -3150,7 +3150,7 @@ rrd_graph_options(int argc, char *argv[],image_desc_t *im) if(sscanf(optarg, "%10[A-Z]:%lf:%1000s", - prop,&size,font) == 3){ + prop,&size,font) >= 2){ int sindex,propidx; if((sindex=text_prop_conv(prop)) != -1){ for (propidx=sindex;propidx