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