msvc: directly use MS version (_stricmp) of strcasecmp
[gitweb.git] / pack-objects.c
index f00a025738d49cf7eef8f3561efe75de3abadbd8..6ef87e5683aacdf738c86679712078988c0899fd 100644 (file)
@@ -60,7 +60,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++;