aboutsummaryrefslogtreecommitdiff
path: root/rpush.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpush.c')
-rw-r--r--rpush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpush.c b/rpush.c
index 265188467..3f2c898c8 100644
--- a/rpush.c
+++ b/rpush.c
@@ -6,7 +6,7 @@
void service(int fd_in, int fd_out) {
ssize_t size;
int posn;
- char sha1[20];
+ char unsigned sha1[20];
unsigned long objsize;
void *buf;
do {