Fix format specifiers that did not match the argument type. Use %zu format specifier for size_t type to ensure compatibility with both 32-bit and 64-bit platforms. Escape percent signs in format strings using %% to prevent warnings about unknown format specifiers. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>