Skip to content

Commit

Permalink
fixup! survey: collect the set of requested refs
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 15, 2024
1 parent 6161ea8 commit d82ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/survey.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d82ad78

Please sign in to comment.