We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb8ac8 commit cf98fc4Copy full SHA for cf98fc4
builtin/survey.c
@@ -711,8 +711,9 @@ static void increment_totals(struct survey_context *ctx,
711
oi.sizep = &object_length;
712
oi.disk_sizep = &disk_sizep;
713
714
- if (oid_object_info_extended(ctx->repo, &oids->oid[i],
715
- &oi, oi_flags) < 0) {
+ if (odb_read_object_info_extended(ctx->repo->objects,
+ &oids->oid[i], &oi,
716
+ oi_flags) < 0) {
717
summary->num_missing++;
718
} else {
719
summary->nr++;
0 commit comments