Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
want_color: automatically fallback to color.ui
[gitweb.git]
/
archive-zip.c
diff --git
a/archive-zip.c
b/archive-zip.c
index 8fbac2741aad958272f05cb9db02b5915a195ffb..72d55a58ac60019f9f6175d4c86af47348630762 100644
(file)
--- a/
archive-zip.c
+++ b/
archive-zip.c
@@
-90,7
+90,7
@@
static void copy_le32(unsigned char *dest, unsigned int n)
static void *zlib_deflate(void *data, unsigned long size,
int compression_level, unsigned long *compressed_size)
{
-
z_
stream stream;
+
git_z
stream stream;
unsigned long maxsize;
void *buffer;
int result;