Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff_tree: disable QUICK optimization with diff filter
[gitweb.git]
/
builtin-unpack-objects.c
diff --git
a/builtin-unpack-objects.c
b/builtin-unpack-objects.c
index 7e3ea73006ecdc74c03580ac7297be4ebee174b3..557148a693c058f51222cb3d996c309791d43d8b 100644
(file)
--- a/
builtin-unpack-objects.c
+++ b/
builtin-unpack-objects.c
@@
-68,7
+68,7
@@
static void *fill(int min)
if (ret <= 0) {
if (!ret)
die("early EOF");
- die
("read error on input: %s", strerror(errno)
);
+ die
_errno("read error on input"
);
}
len += ret;
} while (len < min);