X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Faxmap.c;h=e32ff98d09f1323a12b9cb1c708cb49370ca0a38;hb=93028dd1919754ef0493c38135f7c2f9eb18f9b6;hp=57c585b6798ae9a3d28b17f5a49a25062590ded4;hpb=62232d0618e3f5aa4805b4be34e872895ba1beb2;p=fio.git diff --git a/t/axmap.c b/t/axmap.c index 57c585b6..e32ff98d 100644 --- a/t/axmap.c +++ b/t/axmap.c @@ -37,7 +37,7 @@ static int test_regular(size_t size, int seed) while (size--) { uint64_t val; - if (lfsr_next(&lfsr, &val, osize)) { + if (lfsr_next(&lfsr, &val)) { printf("lfsr: short loop\n"); err = 1; break;