From b91c4ae27021014dd4bc62701f55a84714ec549d Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 3 Apr 2005 11:11:21 +0000 Subject: [PATCH] make sure the font path is shorter than the buffer git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@332 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 37e19612..3be36d06 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -2978,7 +2978,7 @@ rrd_graph_options(int argc, char *argv[],image_desc_t *im) char font[1024]; if(sscanf(optarg, - "%10[A-Z]:%lf:%s", + "%10[A-Z]:%lf:%1000s", prop,&size,font) == 3){ int sindex; if((sindex=text_prop_conv(prop)) != -1){ -- 2.30.2