X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=setup.c;h=ce87900ce3c68ace0f231827bdda0e9a65ef15b3;hb=db61f060be5bc00cc9a44df694bac4ee4b65d02d;hp=013ad1127534367e64afeec3749e617ceccfb5d4;hpb=ce5e95383d2aab5c5a4886c2d5b47e8f1d1989b9;p=~andy%2Fgit diff --git a/setup.c b/setup.c index 013ad1127..ce87900ce 100644 --- a/setup.c +++ b/setup.c @@ -382,7 +382,7 @@ const char *read_gitfile_gently(const char *path) const char *slash; struct stat st; int fd; - size_t len; + ssize_t len; if (stat(path, &st)) return NULL;