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