X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=fsck.c;h=4703f55561452c3fca5401aba3fcec7b170f1c6a;hb=659c9b496cf73d3b02854fc7cfc2031c0b96a960;hp=2260adb71e7a9f1091d14bb635a4f082592b9512;hpb=8aed8034be53fc67bbc470357b124abd5679fb91;p=thirdparty%2Fgit.git diff --git a/fsck.c b/fsck.c index 2260adb71e..4703f55561 100644 --- a/fsck.c +++ b/fsck.c @@ -604,7 +604,7 @@ static int fsck_tree(struct tree *item, struct fsck_options *options) o_name = NULL; while (desc.size) { - unsigned mode; + unsigned short mode; const char *name; const struct object_id *oid;