aboutsummaryrefslogtreecommitdiff
path: root/sha1_name.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-10-23 21:15:34 -0700
committerJunio C Hamano <junkio@cox.net>2006-10-23 21:15:34 -0700
commit694500edbd51baef365c588986abe41f01acf0de (patch)
treed1b766d656b986b49e2c1a8103f29a579702e658 /sha1_name.c
parentab2a1a32ffa5a39aaf4204bd717562bce49e0a36 (diff)
downloadgit-694500edbd51baef365c588986abe41f01acf0de.tar.gz
git-694500edbd51baef365c588986abe41f01acf0de.tar.xz
sha1_name.c: avoid compilation warnings.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'sha1_name.c')
-rw-r--r--sha1_name.c2
1 files changed, 1 insertions, 1 deletions
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] == '{') {