retry_bad_packed_offset(): convert to new revindex API
commit3a3f54dd0a70c2b6e8342b156d13e0bd941be07b
authorTaylor Blau <me@ttaylorr.com>
Wed, 13 Jan 2021 22:24:36 +0000 (13 17:24 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2021 05:53:47 +0000 (13 21:53 -0800)
tree8db9ae44f1471ec090e3496622f554fc60238a89
parent45bef5c064e4a41c07b1ddedd7c238c1c55ae182
retry_bad_packed_offset(): convert to new revindex API

Perform exactly the same conversion as in the previous commit to another
caller within 'packfile.c'.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
packfile.c