From b5fa07df1c06bd87a6c34a2351a4cd065ba6778b Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 23 Jan 2007 17:30:27 +0000 Subject: [PATCH] another control sequence that got lost ... git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@975 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_graph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rrd_graph.c b/src/rrd_graph.c index ab6c06d..81dfdc3 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -1452,6 +1452,7 @@ leg_place(image_desc_t *im) prt_fctn != 'r' && prt_fctn != 'j' && prt_fctn != 'c' && + prt_fctn != 's' && prt_fctn != 't' && prt_fctn != '\0' && prt_fctn != 'g' ) { -- 2.30.2