[PATCH] git-apply: implement --summary option.
[gitweb.git] / ssh-push.c
index 18c0b65d5b18271bc29a0be62f75ee524e51b0e1..12fb9fccbf3e39b4e141ebc0d2d371df395785cf 100644 (file)
@@ -8,7 +8,7 @@ unsigned char remote_version = 0;
 int serve_object(int fd_in, int fd_out) {
        ssize_t size;
        int posn = 0;
-       char sha1[20];
+       unsigned char sha1[20];
        unsigned long objsize;
        void *buf;
        signed char remote;