On Mon, Jan 12, 2026 at 3:13 PM Milan P. Stanić <[email protected]> wrote: > > on 32bit systems with musl libc compiler emits > warning: format '%lx' expects argument of type 'long unsigned int', but > argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] > > to fix this use format length modifier 'z' (size_t) instead of 'l' > > Signed-off-by: Milan P. Stanić <[email protected]>
Applied, thanks.

