X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=parse.c;h=fd5605f0c33f2bdb56dea64012b658d7d7c82b40;hb=306fea38fa61c305703d0269b1fc8e7da3b91a1f;hp=fc508b674cff11555d2f3e5f73aea7a32d7cd101;hpb=861e3790be5f1e22b16e827b142147e530205441;p=fio.git 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;