Code

Fix for #167 - rrdcreate is arguably missing a check for 'step>=1' for RRAs with...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 22 Jul 2008 15:15:44 +0000 (15:15 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 22 Jul 2008 15:15:44 +0000 (15:15 +0000)
commit3603e10ce4409efee661bb62ebd7dda6328b4bc4
tree0f6e9410f076411a872ff1c47f20aa79a86a7939
parent2301e7be393067429b4cfe90488d2e2f07127e57
Fix for #167 - rrdcreate is arguably missing a check for 'step>=1' for RRAs with AVERAGE as a CF. I ran into this when specifying 0.6 as a step value, assuming floats were also accepted. Patch attached here. -- Bogdan

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1445 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_create.c