ipsec-tools: fix printf format string for size_t (on 64bit)
Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror.
Loading
Please register or sign in to comment
Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror.