Skip to content

Commit 012e0d7

Browse files
committed
Sync with maint-2.31
* maint-2.31: attr: adjust a mismatched data type
2 parents d96ea53 + f8bf6b8 commit 012e0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ static struct attr_stack *read_attr_from_index(struct index_state *istate,
756756
struct attr_stack *res;
757757
char *buf, *sp;
758758
int lineno = 0;
759-
size_t size;
759+
unsigned long size;
760760

761761
if (!istate)
762762
return NULL;

0 commit comments

Comments
 (0)