From d82ad7838c90fa44f1f7b44293f466dda1b3a1fa Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 15 Sep 2024 20:40:18 +0200 Subject: [PATCH] fixup! survey: collect the set of requested refs --- builtin/survey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/survey.c b/builtin/survey.c index 90b041967c887e..2fc7cbf26fc3cc 100644 --- a/builtin/survey.c +++ b/builtin/survey.c @@ -610,7 +610,7 @@ static void survey_phase_refs(struct survey_context *ctx) ctx->report.refs.refs_nr = ctx->ref_array.nr; for (size_t i = 0; i < ctx->ref_array.nr; i++) { - size_t size; + unsigned long size; struct ref_array_item *item = ctx->ref_array.items[i]; switch (item->kind) {