From: Junio C Hamano Date: Tue, 24 Oct 2006 04:15:34 +0000 (-0700) Subject: sha1_name.c: avoid compilation warnings. X-Git-Tag: v1.4.4-rc1~44^2^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=694500edbd51baef365c588986abe41f01acf0de;p=git.git sha1_name.c: avoid compilation warnings. Signed-off-by: Junio C Hamano --- diff --git a/sha1_name.c b/sha1_name.c index e5170336f..5cf5578af 100644 --- a/sha1_name.c +++ b/sha1_name.c @@ -258,7 +258,7 @@ static int get_sha1_basic(const char *str, int len, unsigned char *sha1) return 0; /* basic@{time or number} format to query ref-log */ - reflog_len = 0; + reflog_len = at = 0; if (str[len-1] == '}') { for (at = 1; at < len - 1; at++) { if (str[at] == '@' && str[at+1] == '{') {