src/package.c: fix compiler warning on 64 bit hosts

cute-signatures
Natanael Copa 2009-01-08 07:14:19 +00:00
parent 052fbe3f86
commit d704e93f8d
1 changed files with 2 additions and 2 deletions

View File

@ -535,8 +535,8 @@ apk_blob_t apk_pkg_format_index_entry(struct apk_package *info, int size,
n += snprintf(&buf[n], size-n,
"P:%s\n"
"V:%s\n"
"S:%u\n"
"I:%u\n"
"S:%zu\n"
"I:%zu\n"
"T:%s\n"
"U:%s\n"
"L:%s\n",