Skip to content

Commit f2027d2

Browse files
committed
Sync with maint-2.36
* maint-2.36: attr: adjust a mismatched data type
2 parents e43ac5f + 5c1fc48 commit f2027d2

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)