fio: fix overflow trying to use 'd' suffix
authorSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 24 Feb 2017 01:38:18 +0000 (01:38 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Fri, 24 Feb 2017 01:45:07 +0000 (01:45 +0000)
commit4ed22fe532123f81e618269e9a77b7b41e0e9cad
tree426088ebee34b9bbee92b18f600edceeaa267f2a
parentc9057434a99a85f643ce433c7fec9b8f7fad9761
fio: fix overflow trying to use 'd' suffix

Fix overflow that happened when using the 'd' time suffix on platforms
with 32 bit longs which led to a time of less than 10 minutes being
used.
parse.c