make setting just the size and not the font work -- Havard Eidnes <he from uninett.no>
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 4 Jul 2005 18:49:56 +0000 (18:49 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 4 Jul 2005 18:49:56 +0000 (18:49 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@650 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/rrd_graph.c

index 0572241..b5410f3 100644 (file)
@@ -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<TEXT_PROP_LAST;propidx++){