ziutek / rrd

Bindings to rrdtool
Other
147 stars 44 forks source link

Fix rowCnt off by one error causing too many values to be read #26

Closed etdub closed 8 years ago

etdub commented 8 years ago

Fetch and Xport are reading too many values because the rowCnt calculation is adding 1 unnecessarily.

etdub commented 8 years ago

Oops, it looks like this is fixed in #23 and #13. Are there any plans to merge those in?