diff options
author | Brian Gesiak <modocache@gmail.com> | 2014-05-27 00:33:43 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-27 14:00:43 -0700 |
commit | edd2d8466523094c9b14762e402b0de15d68fec0 (patch) | |
tree | 64086bbfd942a008185ca6828f91f63d4756c715 /bisect.h | |
parent | Update draft release notes to 2.0 (diff) | |
download | tgif-edd2d8466523094c9b14762e402b0de15d68fec0.tar.xz |
builtin/ls-remote.c: rearrange xcalloc arguments
xcalloc() takes two arguments: the number of elements and their size.
cmd_ls_remote() passes the arguments in reverse order, passing the
size of a char*, followed by the number of char* to be allocated.
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 'bisect.h')
0 files changed, 0 insertions, 0 deletions