Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pack-revindex.c: rearrange xcalloc arguments
xcalloc() takes two arguments: the number of elements and their size. init_pack_revindex() passes the arguments in reverse order, passing the size of a pack_revindex, followed by the number to allocate. Rearrange them so they are in the correct order. Signed-off-by: Brian Gesiak <modocache@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information