X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_graph_helper.c;h=a12591b6acb926d416e08347bf9db17b9b6f4c8f;hb=199a103f8d08936f93c5864ea7bc0ba722fc6b5c;hp=5cadb089c77527039c11155788aef1fcdad254df;hpb=bc35c1638fc82446f3979d6f954a59a8e9333cc9;p=rrdtool.git diff --git a/src/rrd_graph_helper.c b/src/rrd_graph_helper.c index 5cadb08..a12591b 100644 --- a/src/rrd_graph_helper.c +++ b/src/rrd_graph_helper.c @@ -1,5 +1,5 @@ /**************************************************************************** - * RRDtool 1.2.3 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.6 Copyright by Tobi Oetiker, 1997-2005 **************************************************************************** * rrd_graph_helper.c commandline parser functions * this code initially written by Alex van den Bogaerdt @@ -402,9 +402,9 @@ rrd_parse_PVHLAST(char *line, unsigned int *eaten, graph_desc_t *gdp, image_desc /* If the legend is not empty, it has to be prefixed with "m ". This then gets * replaced by the color box later on. */ (*eaten)--; - linecp[*eaten]=' '; + linecp[*eaten]='o'; (*eaten)--; - linecp[*eaten]='m'; + linecp[*eaten]='o'; } if (rrd_parse_legend(linecp, eaten, gdp)) err=1;