From: oetiker Date: Sun, 18 May 2008 12:53:01 +0000 (+0000) Subject: PRINT returns from rrd_graph did not work due to an off by one error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1081a3958fdf25f1ceddfc3cff8fef613a1251bb;p=rrdtool-all.git PRINT returns from rrd_graph did not work due to an off by one error git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1364 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 47a7d35d..22b6ad35 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -3571,7 +3571,7 @@ int rrd_graph( *ymin = walker->value.u_val; } else if (strcmp(walker->key, "value_max") == 0) { *ymax = walker->value.u_val; - } else if (strncmp(walker->key, "print", 6) == 0) { /* keys are prdate[0..] */ + } else if (strncmp(walker->key, "print", 5) == 0) { /* keys are prdate[0..] */ prlines++; if (((*prdata) = rrd_realloc((*prdata),