Skip to content

Commit f8bf6b8

Browse files
committed
Sync with maint-2.30
* maint-2.30: attr: adjust a mismatched data type
2 parents 82689d5 + 0227130 commit f8bf6b8

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
@@ -745,7 +745,7 @@ static struct attr_stack *read_attr_from_index(const struct index_state *istate,
745745
struct attr_stack *res;
746746
char *buf, *sp;
747747
int lineno = 0;
748-
size_t size;
748+
unsigned long size;
749749

750750
if (!istate)
751751
return NULL;

0 commit comments

Comments
 (0)