X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Finode_fixup.c;fp=src%2Finode_fixup.c;h=6929cf7a417cf85185842a7c7f3da0f54e2ddfab;hb=3de1ec66f778edda19865482d685bc6f4e17faf7;hp=7624562371ea97b1d3557ff5e25cc5cafd2c5ce0;hpb=afda46903074c907e31408d599ae74fc0597b368;p=wimlib diff --git a/src/inode_fixup.c b/src/inode_fixup.c index 76245623..6929cf7a 100644 --- a/src/inode_fixup.c +++ b/src/inode_fixup.c @@ -53,8 +53,8 @@ inodes_consistent(const struct wim_inode *inode_1, * doesn't link the dentries.) * * For non-buggy WIMs this function will always return true. */ - return hashes_equal(inode_unnamed_stream_hash(inode_1), - inode_unnamed_stream_hash(inode_2)); + return hashes_equal(inode_get_hash_of_unnamed_data_stream(inode_1), + inode_get_hash_of_unnamed_data_stream(inode_2)); } static int