X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=filesetup.c;h=c0fa3cdae882b0a738dce77c07a585616c31e937;hb=91d2513127442c4946dc99978870c4dc4f58427d;hp=6108ca302e5b33333d5bbb8d52636839361a6428;hpb=abb60c32c26d6421283d2a72170508dfb2b94507;p=fio.git diff --git a/filesetup.c b/filesetup.c index 6108ca30..c0fa3cda 100644 --- a/filesetup.c +++ b/filesetup.c @@ -331,7 +331,7 @@ unsigned long long get_rand_file_size(struct thread_data *td) { unsigned long long ret, sized; uint64_t frand_max; - unsigned long r; + uint64_t r; frand_max = rand_max(&td->file_size_state); r = __rand(&td->file_size_state);