diff options
author | Brian Gesiak <modocache@gmail.com> | 2014-05-27 00:33:54 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-27 14:02:45 -0700 |
commit | 8e1aa2f792b78f2528157428c7932ffa9adcbea6 (patch) | |
tree | 8fa7c10255628a6c570a028e22798ff58c040c9f /remote.c | |
parent | 48d547fb381b311fd327f84f1dff11228303c872 (diff) | |
download | git-8e1aa2f792b78f2528157428c7932ffa9adcbea6.tar.gz |
reflog-walk.c: rearrange xcalloc arguments
xcalloc() takes two arguments: the number of elements and their size.
reflog-walk.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 'remote.c')
0 files changed, 0 insertions, 0 deletions