]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-objects.c
Replace all die("BUG: ...") calls by BUG() ones
[thirdparty/git.git] / pack-objects.c
index 9558d13834e2842d32fa4015f2e3c00538d52dcd..0acab27133c263bfca3d2bbcb83ea9dad6f96487 100644 (file)
@@ -58,7 +58,7 @@ static void rehash_objects(struct packing_data *pdata)
                                                       &found);
 
                if (found)
-                       die("BUG: Duplicate object in hash");
+                       BUG("Duplicate object in hash");
 
                pdata->index[ix] = i + 1;
                entry++;