X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=io_u.c;h=8d42d6541f7dbb9592639619874295153101bd91;hb=6fc820956c033fcb097d88760bb6124938779668;hp=375413f4b6d230e38432484179327736ae2de060;hpb=22bcb265833f263facd58bcef3d8a159c554460e;p=fio.git diff --git a/io_u.c b/io_u.c index 375413f4..8d42d654 100644 --- a/io_u.c +++ b/io_u.c @@ -1602,7 +1602,7 @@ static void small_content_scramble(struct io_u *io_u) unsigned int i, nr_blocks = io_u->buflen / 512; uint64_t boffset; unsigned int offset; - void *p, *end; + char *p, *end; if (!nr_blocks) return;