X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=attr.c;h=9922529b58c381dbc2cdf778f7e59b17fdf64657;hb=b78628d4264163fc276a24ce3eeeee47382ea268;hp=b43e93ee96573780737bb55a4da23c2e8d0582c7;hpb=37ed7bf0f13d204ccb6b8e7e2fbcf7b3bf13e25c;p=thirdparty%2Fgit.git diff --git a/attr.c b/attr.c index b43e93ee96..9922529b58 100644 --- a/attr.c +++ b/attr.c @@ -752,7 +752,7 @@ static struct attr_stack *read_attr_from_index(struct index_state *istate, struct attr_stack *res; char *buf, *sp; int lineno = 0; - size_t size; + unsigned long size; if (!istate) return NULL;