Skip to content

Commit c508c30

Browse files
committed
Sync with maint-2.34
* maint-2.34: attr: adjust a mismatched data type
2 parents 02f4981 + f39fe8f commit c508c30

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
@@ -757,7 +757,7 @@ static struct attr_stack *read_attr_from_index(struct index_state *istate,
757757
struct attr_stack *res;
758758
char *buf, *sp;
759759
int lineno = 0;
760-
size_t size;
760+
unsigned long size;
761761

762762
if (!istate)
763763
return NULL;

0 commit comments

Comments
 (0)