git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a few format strings
[wimlib]
/
src
/
xml.c
diff --git
a/src/xml.c
b/src/xml.c
index 9ef6f65f12cdc7be084a4bcdf231f45fb45cd686..7ff9c615cda47af72b6366d18ce2e10fe5e39dbb 100644
(file)
--- a/
src/xml.c
+++ b/
src/xml.c
@@
-1575,7
+1575,7
@@
write_wim_xml_data(WIMStruct *wim, int image, u64 total_bytes,
size_t xml_len;
DEBUG("Writing WIM XML data (image=%d, offset=%"PRIu64")",
- image,
total_bytes,
wim->out_fd.offset);
+ image, wim->out_fd.offset);
ret = prepare_wim_xml_data(wim, image, total_bytes,
&xml_data, &xml_len);