bpls: fix some warnings for size_t printf arguments
%PRIu64 is for uint64_t, %zu is for size_t, which on the Mac (and 32-bit archs) aren't aliases.
Please register or sign in to comment
%PRIu64 is for uint64_t, %zu is for size_t, which on the Mac (and 32-bit archs) aren't aliases.