From: oetiker Date: Mon, 4 Jul 2005 18:49:56 +0000 (+0000) Subject: make setting just the size and not the font work -- Havard Eidnes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb91d1852f98702e14e35d8cbb7c32f985f713ac;p=rrdtool-all.git 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 --- 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