Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix "unpack-objects --strict"
[gitweb.git]
/
ll-merge.c
diff --git
a/ll-merge.c
b/ll-merge.c
index 9723f3a5dc659893080ec1481d595e53f937e252..f7c2bc9278a906baa6dc22289acd920234072500 100644
(file)
--- a/
ll-merge.c
+++ b/
ll-merge.c
@@
-219,7
+219,7
@@
static int ll_ext_merge(const struct ll_merge_driver *fn,
close(fd);
bad:
for (i = 0; i < 3; i++)
- unlink(temp[i]);
+ unlink
_or_warn
(temp[i]);
strbuf_release(&cmd);
return status;
}