mirror of https://git.tukaani.org/xz.git
lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t.
This commit is contained in:
parent
825e859a90
commit
d492b80ddd
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue