From: oetiker Date: Thu, 7 Dec 2006 19:51:59 +0000 (+0000) Subject: c is a valid formatting character X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=748147e720ed96d5ca56768774756bc0728a4e89;p=rrdtool-all.git c is a valid formatting character git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@925 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 93729b6f..ad6ef4ad 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -1450,6 +1450,7 @@ leg_place(image_desc_t *im) if (prt_fctn != 'l' && prt_fctn != 'r' && prt_fctn != 'j' && + prt_fctn != 'c' && prt_fctn != 't' && prt_fctn != '\0' && prt_fctn != 'g' ) {