Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master'
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index cd814d7233028952f14c149e330a36a5a0b517f3..82a01887c261676eb39fe72b108bfa56041d71f5 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-424,7
+424,7
@@
struct packed_git *add_packed_git(char *path, int path_len, int local)
struct packed_git *p;
unsigned long idx_size;
void *idx_map;
- char sha1[20];
+
unsigned
char sha1[20];
if (check_packed_git_idx(path, &idx_size, &idx_map))
return NULL;