]> git.ipfire.org Git - thirdparty/git.git/blobdiff - attr.c
Sync with maint-2.33
[thirdparty/git.git] / attr.c
diff --git a/attr.c b/attr.c
index a658e35a58efb6c987d25c6c1277ef42c95c98ef..d5f269167bb8ad72fd2a0d95e0d4388e209a7cda 100644 (file)
--- a/attr.c
+++ b/attr.c
@@ -757,7 +757,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;