diff options
author | Brian Gesiak <modocache@gmail.com> | 2014-05-27 00:33:44 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-27 14:00:43 -0700 |
commit | 380694544d3e5e882c0f62be372c666911c405b2 (patch) | |
tree | eef4b1be0217c2042f46ceeabb114637139dcb1a /blob.c | |
parent | builtin/ls-remote.c: rearrange xcalloc arguments (diff) | |
download | tgif-380694544d3e5e882c0f62be372c666911c405b2.tar.xz |
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 <modocache@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'blob.c')
0 files changed, 0 insertions, 0 deletions