* [PATCH 2/2] [CLEANUP] use symbolic name as return value
@ 2006-01-26 11:26 Uwe Zeisberger
0 siblings, 0 replies; only message in thread
From: Uwe Zeisberger @ 2006-01-26 11:26 UTC (permalink / raw)
To: git
Signed-off-by: Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
---
sha1_name.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
9acfd0a5f5390460d3de7d3f04610b795f8e69dc
diff --git a/sha1_name.c b/sha1_name.c
index b95ef05..ba0747c 100644
--- a/sha1_name.c
+++ b/sha1_name.c
@@ -143,7 +143,7 @@ static int find_unique_short_object(int
}
/* Both have unique ones -- do they match? */
if (memcmp(packed_sha1, unpacked_sha1, 20))
- return -2;
+ return SHORT_NAME_AMBIGUOUS;
memcpy(sha1, packed_sha1, 20);
return 0;
}
--
1.1.4.g3e6c
--
Uwe Zeisberger
Set the I_WANT_A_BROKEN_PS environment variable to force BSD syntax ...
-- manpage of procps
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-26 11:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-26 11:26 [PATCH 2/2] [CLEANUP] use symbolic name as return value Uwe Zeisberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).