info: fix compiler warning on x86_64
printf %i does not work so well with size_t on 64 bit. Use %zu which seems to be portable enough.
Please register or sign in to comment
printf %i does not work so well with size_t on 64 bit. Use %zu which seems to be portable enough.