builtin/remote.c: rearrange xcalloc arguments
authorBrian Gesiak <redacted>
Mon, 26 May 2014 15:33:44 +0000 (00:33 +0900)
committerJunio C Hamano <redacted>
Tue, 27 May 2014 21:00:43 +0000 (14:00 -0700)
commit380694544d3e5e882c0f62be372c666911c405b2
treeeef4b1be0217c2042f46ceeabb114637139dcb1a
parentedd2d8466523094c9b14762e402b0de15d68fec0
builtin/remote.c: rearrange xcalloc arguments

xcalloc() takes two arguments: the number of elements and their size.
builtin/remote.c includes several calls to xcalloc() that pass the
arguments in reverse order.

Rearrange them so they are in the correct order.

Signed-off-by: Brian Gesiak <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/remote.c
git clone https://git.99rst.org/PROJECT