This is a small fix for I/O and transfer rate SVG graphs.
Structure stats_io members were considered as unsigned long integers
(since they were packed in the structure) but they actually are unsigned
long long integers.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
if (action & F_MAIN) {
/* Check for min/max values */
- save_extrema(0, 5, 0, (void *) a->buf[curr], (void *) a->buf[!curr],
+ save_extrema(5, 0, 0, (void *) a->buf[curr], (void *) a->buf[!curr],
itv, spmin, spmax, g_fields);
/*