diff options
author | Brian Gesiak <modocache@gmail.com> | 2014-05-27 00:33:51 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-27 14:02:45 -0700 |
commit | 3345c0f5b98be4e2b567bc22dc200395468cabd6 (patch) | |
tree | 68f4f0e1948c471bd0fcd11d37e92790f23886dc /string-list.h | |
parent | http-push.c: rearrange xcalloc arguments (diff) | |
download | tgif-3345c0f5b98be4e2b567bc22dc200395468cabd6.tar.xz |
imap-send.c: rearrange xcalloc arguments
xcalloc() takes two arguments: the number of elements and their size.
imap_open_store() passes the arguments in reverse order, passing the
size of an imap_store*, 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>
Diffstat (limited to 'string-list.h')
0 files changed, 0 insertions, 0 deletions