Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index acb5c273aaf6fc5527fe0d4b326344064fcfa62e..7e73eac9c3476053c337a361106397c35ae3ee79 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-195,7
+195,7
@@
static size_t fwrite_sha1_file(void *ptr, size_t eltsize, size_t nmemb,
int posn = 0;
struct transfer_request *request = (struct transfer_request *)data;
do {
- ssize_t retval = write(request->local_fileno,
+ ssize_t retval =
x
write(request->local_fileno,
(char *) ptr + posn, size - posn);
if (retval < 0)
return posn;