From: Tobias Oetiker Date: Wed, 30 Nov 2005 09:19:16 +0000 (+0000) Subject: if called with --lazy we still want to PRINT ... -- Bartek Szady bszx from bszx.eu.org X-Git-Tag: 1.2.12~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=363838acbfbcfa9d6f76765c24644cb99d9f7b2c;p=thirdparty%2Frrdtool-1.x.git if called with --lazy we still want to PRINT ... -- Bartek Szady bszx from bszx.eu.org git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@725 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph_helper.c b/src/rrd_graph_helper.c index bca17d05..4bf4b5a0 100644 --- a/src/rrd_graph_helper.c +++ b/src/rrd_graph_helper.c @@ -797,6 +797,7 @@ rrd_graph_script(int argc, char *argv[], image_desc_t *const im, int optno) { if (rrd_parse_xport(argv[i],&eaten,gdp,im)) return; break; case GF_PRINT: /* vname:CF:format -or- vname:format */ + im->prt_c++; case GF_GPRINT: /* vname:CF:format -or- vname:format */ if (rrd_parse_print(argv[i],&eaten,gdp,im)) return; break;