]> wimlib.net Git - wimlib/blobdiff - src/inode_fixup.c
Stream and blob updates
[wimlib] / src / inode_fixup.c
index 7624562371ea97b1d3557ff5e25cc5cafd2c5ce0..6929cf7a417cf85185842a7c7f3da0f54e2ddfab 100644 (file)
@@ -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