]> wimlib.net Git - wimlib/blobdiff - src/ntfs-apply.c
Various portability fixes
[wimlib] / src / ntfs-apply.c
index 9b880a3dd6e047209f33aab0de76138469f0b723..32d981082da0a9e0edb4754904fe09f62561f296 100644 (file)
@@ -299,7 +299,7 @@ static int apply_reparse_data(ntfs_inode *ni, const struct dentry *dentry,
        }
 
        if (wim_resource_size(lte) >= 0xffff) {
-               ERROR("Reparse data of `%s' is too long (%lu bytes)",
+               ERROR("Reparse data of `%s' is too long (%"PRIu64" bytes)",
                      dentry->full_path_utf8, wim_resource_size(lte));
                return WIMLIB_ERR_INVALID_DENTRY;
        }