Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: ko.po: Update Korean translation
[gitweb.git]
/
rerere.c
diff --git
a/rerere.c
b/rerere.c
index d77235645ea88ff9a51346436fcaac69dabfaaeb..1ce440f4bb84d001ff2b0ac1a67772f4bf5926c0 100644
(file)
--- a/
rerere.c
+++ b/
rerere.c
@@
-258,7
+258,7
@@
static int write_rr(struct string_list *rr, int out_fd)
rerere_id_hex(id),
rr->items[i].string, 0);
- if (write_in_full(out_fd, buf.buf, buf.len)
!= buf.len
)
+ if (write_in_full(out_fd, buf.buf, buf.len)
< 0
)
die("unable to write rerere record");
strbuf_release(&buf);