Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibility
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index dd474116a8856b429c9416de5c3a149e11a9f70b..e5dec8d3c8d783a8f90b700e633fe07e818df1f7 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-791,7
+791,7
@@
static int in_window(struct pack_window *win, off_t offset)
&& (offset + 20) <= (win_off + win->len);
}
-unsigned char
*
use_pack(struct packed_git *p,
+unsigned char
*
use_pack(struct packed_git *p,
struct pack_window **w_cursor,
off_t offset,
unsigned int *left)