Commit 24f0f02d authored by Nils Goroll's avatar Nils Goroll

cast to %j type

parent 31a79493
......@@ -300,7 +300,7 @@ VDP_gunzip(struct req *req, enum vdp_action act, void **priv,
/* XXX: Zero is suspect: OA_GZIPBITS wasn't set */
if (u != 0)
http_PrintfHeader(req->resp,
"Content-Length: %ju", u);
"Content-Length: %ju", (uintmax_t)u);
}
http_Unset(req->resp, H_Content_Encoding);
return (0);
......
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