X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.c;h=fd5605f0c33f2bdb56dea64012b658d7d7c82b40;hp=fc508b674cff11555d2f3e5f73aea7a32d7cd101;hb=da19cdb458e5a9a8422e48b630a6b38158519303;hpb=f70afaca743f2971312d9928f069a9ea7daeccf7 diff --git a/parse.c b/parse.c index fc508b67..fd5605f0 100644 --- a/parse.c +++ b/parse.c @@ -167,7 +167,7 @@ static unsigned long long get_mult_time(const char *str, int len, else if (!strcmp("h", c)) mult = 60 * 60 * 1000000UL; else if (!strcmp("d", c)) - mult = 24 * 60 * 60 * 1000000UL; + mult = 24 * 60 * 60 * 1000000ULL; free(c); return mult;