fio.1 - escape the escape character so it shows up
[fio.git] / verify.c
index 184f3a7f821b52487557b352e3b2f201a475905c..261570127c5b21cf8cc6797877d997102c58a1cf 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -720,7 +720,7 @@ static int verify_header(struct io_u *io_u, struct verify_header *hdr,
                        hdr->magic, FIO_HDR_MAGIC);
                goto err;
        }
-       if (hdr->len > io_u->buflen) {
+       if (hdr->len != hdr_len) {
                log_err("verify: bad header length %u, wanted %u",
                        hdr->len, hdr_len);
                goto err;