summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3fed195)
raw | patch | inline | side by side (parent: 3fed195)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 3 Apr 2005 11:11:21 +0000 (11:11 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 3 Apr 2005 11:11:21 +0000 (11:11 +0000) |
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 37e19612037fda6f5b0d62ca052f16ebc484564e..3be36d066da81bdc388f551812314579860ba45e 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
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){