Sync with maint-2.36
* maint-2.36: attr: adjust a mismatched data type
This commit is contained in:
2
attr.c
2
attr.c
@ -756,7 +756,7 @@ static struct attr_stack *read_attr_from_index(struct index_state *istate,
|
|||||||
struct attr_stack *res;
|
struct attr_stack *res;
|
||||||
char *buf, *sp;
|
char *buf, *sp;
|
||||||
int lineno = 0;
|
int lineno = 0;
|
||||||
size_t size;
|
unsigned long size;
|
||||||
|
|
||||||
if (!istate)
|
if (!istate)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user