]> git.ipfire.org Git - thirdparty/git.git/blobdiff - attr.c
Sync with maint-2.37
[thirdparty/git.git] / attr.c
diff --git a/attr.c b/attr.c
index b43e93ee96573780737bb55a4da23c2e8d0582c7..9922529b58c381dbc2cdf778f7e59b17fdf64657 100644 (file)
--- a/attr.c
+++ b/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;