X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup.c;h=e7a37863ccdfe8c38e079f4d971f76a523bfd83b;hb=8e4414edde857a90ce90bb542811f1c22071f16f;hp=03cd84f2fcbf9cdbc25116308a9c2c9407af8e71;hpb=f6bfe767149c15b359106cb9f138853be3c14667;p=git.git diff --git a/setup.c b/setup.c index 03cd84f2f..e7a37863c 100644 --- a/setup.c +++ b/setup.c @@ -275,7 +275,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;