X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.c;h=08c08ab683fbc3f9c036840fd79c48d92c953296;hp=90cadb433190f53742e17965ad65598199056861;hb=49893f3a5c7cd5bfe962c3b63b299ee713170b8e;hpb=11b249a3d62d88ca4c5123570f21e754715628e5 diff --git a/src/dentry.c b/src/dentry.c index 90cadb43..08c08ab6 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -1473,7 +1473,7 @@ int read_dentry(const u8 metadata_resource[], u64 metadata_resource_len, * u64 reserved1; (always 0) * u64 reserved2; (always 0) * };*/ - DEBUG("Dentry for file or directory `%s' has %zu extra " + DEBUG("Dentry for file or directory `%s' has %"PRIu64" extra " "bytes of data", file_name_utf8, dentry->length - calculated_size); }