Commit 731c2182 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Adjust printf to suit previous commit

parent 40460fe9
......@@ -527,7 +527,7 @@ vmod_sub(VRT_CTX, VCL_BLOB b, VCL_BYTES n, VCL_BYTES off)
if (off + n > b->len) {
VERR(ctx, "size %jd from offset %jd requires more bytes than "
"blob length %zd in blob.sub()",
"blob length %ld in blob.sub()",
(intmax_t)n, (intmax_t)off, b->len);
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment