зеркало из https://github.com/microsoft/git.git
Sync with maint-2.37
* maint-2.37: attr: adjust a mismatched data type
This commit is contained in:
Коммит
b78628d426
2
attr.c
2
attr.c
|
@ -752,7 +752,7 @@ static struct attr_stack *read_attr_from_index(struct index_state *istate,
|
|||
struct attr_stack *res;
|
||||
char *buf, *sp;
|
||||
int lineno = 0;
|
||||
size_t size;
|
||||
unsigned long size;
|
||||
|
||||
if (!istate)
|
||||
return NULL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче