Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/rebase.c: make sure the active branch isn't moved when autostashing
[gitweb.git]
/
sha1-lookup.c
diff --git
a/sha1-lookup.c
b/sha1-lookup.c
index 8d0b1db3e27c99b80faa2867565de237581802f4..796ab68da83c3a36ec87fa45bfa18f5d0508a947 100644
(file)
--- a/
sha1-lookup.c
+++ b/
sha1-lookup.c
@@
-81,7
+81,7
@@
int sha1_pos(const unsigned char *sha1, void *table, size_t nr,
mi = (nr - 1) * (miv - lov) / (hiv - lov);
if (lo <= mi && mi < hi)
break;
-
die("BUG:
assertion failed in binary search");
+
BUG("
assertion failed in binary search");
}
}
}