]> wimlib.net Git - wimlib/blobdiff - src/win32_capture.c
Warn rather than abort if SHA-1 is same but size is different
[wimlib] / src / win32_capture.c
index 0298cf00e7de2bc70eba70bb62a47165ebe81228..8c9d726d3417a4fb02cdaa79dd405ec5b7301931 100644 (file)
@@ -1604,7 +1604,8 @@ try_to_use_wimboot_hash(HANDLE h, struct wim_inode *inode,
                        return 0;
                back_ptr = retrieve_pointer_to_unhashed_blob(blob);
                copy_hash(blob->hash, hash);
-               if (after_blob_hashed(blob, back_ptr, blob_table) != blob)
+               if (after_blob_hashed(blob, back_ptr, blob_table,
+                                     inode) != blob)
                        free_blob_descriptor(blob);
        }