X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=8d42d6541f7dbb9592639619874295153101bd91;hp=375413f4b6d230e38432484179327736ae2de060;hb=fe8d7feef3bf53e14d794975e8943f63e848fb36;hpb=0f836f393f6b2535feb4175a8a1f6d2af3da95ad;ds=sidebyside 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;