projects
/
platform
/
upstream
/
xz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae74d1b
)
xz: Use "%"PRIu32 instead of "%d" in a format string.
author
Lasse Collin
<lasse.collin@tukaani.org>
Sun, 10 Oct 2010 14:58:58 +0000
(17:58 +0300)
committer
Lasse Collin
<lasse.collin@tukaani.org>
Sun, 10 Oct 2010 14:58:58 +0000
(17:58 +0300)
src/xz/message.c
patch
|
blob
|
history
diff --git
a/src/xz/message.c
b/src/xz/message.c
index
279fefe
..
3f2b813
100644
(file)
--- a/
src/xz/message.c
+++ b/
src/xz/message.c
@@
-1072,7
+1072,7
@@
message_version(void)
// It is possible that liblzma version is different than the command
// line tool version, so print both.
if (opt_robot) {
- printf("XZ_VERSION=%
d\nLIBLZMA_VERSION=%d
\n",
+ printf("XZ_VERSION=%
" PRIu32 "\nLIBLZMA_VERSION=%" PRIu32 "
\n",
LZMA_VERSION, lzma_version_number());
} else {
printf("xz (" PACKAGE_NAME ") " LZMA_VERSION_STRING "\n");