summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c4fb06c)
raw | patch | inline | side by side (parent: c4fb06c)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 26 Jun 2005 15:49:48 +0000 (08:49 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 26 Jun 2005 15:49:48 +0000 (08:49 -0700) |
At least the least interesting one.
unpack-objects.c | patch | blob | history |
diff --git a/unpack-objects.c b/unpack-objects.c
index a62eeb432d33bdfe4b609e11d48c72a81832874b..9da3ac89a85abc71cc1b2ec9159acb119ba23009 100644 (file)
--- a/unpack-objects.c
+++ b/unpack-objects.c
do {
int mi = (lo + hi) / 2;
int cmp = memcmp(index + 24 * mi + 4, sha1, 20);
-printf("lo=%d mi=%d hi=%d cmp=%d\n", lo, mi, hi, cmp);
if (!cmp) {
*ent = index + 24 * mi;
return 1;