Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index e3290df3d4647fe97b5c9843299fc6f5b7155889..c4c8cb905e3bcdfb131af40da9f7e29ca86b4a01 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-673,7
+673,7
@@
static void fixup_header_footer(void)
buf = xmalloc(buf_sz);
for (;;) {
- size_t n = xread(pack_fd, buf, buf_sz);
+ s
s
ize_t n = xread(pack_fd, buf, buf_sz);
if (!n)
break;
if (n < 0)