if hour, min or sec is >= 100 we can overflow duration_str
commitff1e5700c032b156b950a668fa05362459177963
authorMarcin Kozlowski <marcin.kozlowski@blacklane.com>
Wed, 25 Mar 2020 07:53:48 +0000 (25 08:53 +0100)
committerMarcin Kozlowski <marcin.kozlowski@blacklane.com>
Wed, 25 Mar 2020 07:53:48 +0000 (25 08:53 +0100)
tree75a1dc659283c470cfee21a1ca3f18b0eff83ebc
parent6fa5ef52443280d293e606510991917ddfbff705
if hour, min or sec is >= 100 we can overflow duration_str

Also use %u for hours as it can be >= 100
dvblastctl.c