summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 69330ca..d1a848a 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -1084,7 +1084,7 @@ main_file_write (main_file *ofile, uint8_t *buf, usize_t size, const char *msg)
1084{ 1084{
1085 int ret = 0; 1085 int ret = 0;
1086 1086
1087 IF_DEBUG1(DP(RINT "[main] write %u\n bytes", size)); 1087 IF_DEBUG1(DP(RINT "[main] write %"W"u\n bytes", size));
1088 1088
1089#if XD3_STDIO 1089#if XD3_STDIO
1090 usize_t result; 1090 usize_t result;
@@ -1155,7 +1155,7 @@ main_write_output (xd3_stream* stream, main_file *ofile)
1155{ 1155{
1156 int ret; 1156 int ret;
1157 1157
1158 IF_DEBUG1(DP(RINT "[main] write(%s) %u\n bytes", ofile->filename, stream->avail_out)); 1158 IF_DEBUG1(DP(RINT "[main] write(%s) %"W"u\n bytes", ofile->filename, stream->avail_out));
1159 1159
1160 if (option_no_output) 1160 if (option_no_output)
1161 { 1161 {