]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-write.c
convert "hashcmp() != 0" to "!hasheq()"
[thirdparty/git.git] / pack-write.c
index 7d14716c404fd7ffd3f23fa4cd9d41dc3a756bdc..29d17a9bec279eed01a27f7089de1992dfc1dc4f 100644 (file)
@@ -260,7 +260,7 @@ void fixup_pack_header_footer(int pack_fd,
                if (partial_pack_offset == 0) {
                        unsigned char hash[GIT_MAX_RAWSZ];
                        the_hash_algo->final_fn(hash, &old_hash_ctx);
-                       if (hashcmp(hash, partial_pack_hash) != 0)
+                       if (!hasheq(hash, partial_pack_hash))
                                die("Unexpected checksum for %s "
                                    "(disk corruption?)", pack_name);
                        /*