Skip to content

Commit b78628d

Browse files
committed
Sync with maint-2.37
* maint-2.37: attr: adjust a mismatched data type
2 parents 37ed7bf + f2027d2 commit b78628d

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
@@ -752,7 +752,7 @@ static struct attr_stack *read_attr_from_index(struct index_state *istate,
752752
struct attr_stack *res;
753753
char *buf, *sp;
754754
int lineno = 0;
755-
size_t size;
755+
unsigned long size;
756756

757757
if (!istate)
758758
return NULL;

0 commit comments

Comments
 (0)