Skip to content

Portability: format VCL_INT as intmax_t (%jd)

Martijn Pieters requested to merge mjpieters/libvfp-brotli:format_vcl_int into master

VCL_INT is int64_t, not long. Do as varnish does: cast to intmax_t.

This should fix #3 (closed)

Merge request reports