lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t.

This commit is contained in:
Lasse Collin 2010-10-10 16:49:01 +03:00
parent 825e859a90
commit d492b80ddd
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ lzmainfo(const char *name, FILE *f)
lzma_options_lzma *opt = filter.options;
printf("\nDictionary size: "
"%u MB (2^%u bytes)\n"
"%" PRIu32 " MB (2^%" PRIu32 " bytes)\n"
"Literal context bits (lc): %" PRIu32 "\n"
"Literal pos bits (lp): %" PRIu32 "\n"
"Number of pos bits (pb): %" PRIu32 "\n",