]> granicus.if.org Git - sysstat/commit
SVG: Fix timestamps displayed in true time mode
authorSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 13 Sep 2022 14:42:27 +0000 (16:42 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 13 Sep 2022 14:42:27 +0000 (16:42 +0200)
commit6b99f664ab31c90b8fe52ee83c1f47b8fb0230f7
treedcb720c6bd4457a26a625695e07f44312a2e924d
parent4fd1fd565764f3601f2bf03826fc613c09df0869
SVG: Fix timestamps displayed in true time mode

Hours, minutes and seconds are saved as 8-bit values in structure
record_header. This is not enough to avoid a possible overflow when
calculating X-axis graduations.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
svg_stats.c