From: 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-Url: https://git.tokkee.org/?a=commitdiff_plain;h=03996132cb28b8a7431dfade3349e75c3fb001bd;p=rrdtool-all.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@725 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_graph_helper.c b/program/src/rrd_graph_helper.c index bca17d05..4bf4b5a0 100644 --- a/program/src/rrd_graph_helper.c +++ b/program/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;