diff options
author | Brian Gesiak <modocache@gmail.com> | 2014-05-27 00:33:47 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-27 14:02:03 -0700 |
commit | 1a4927c5c54f737353323fd7bcd2045ee0985e1a (patch) | |
tree | 5294362e7faed0383327fb34bbbd2e6506f15de9 /base85.c | |
parent | f1064f6bc897fe35830c2ecee08f8dd27caf763c (diff) | |
download | git-1a4927c5c54f737353323fd7bcd2045ee0985e1a.tar.gz git-1a4927c5c54f737353323fd7bcd2045ee0985e1a.tar.xz |
diff.c: rearrange xcalloc arguments
xcalloc() takes two arguments: the number of elements and their size.
diffstat_add() passes the arguments in reverse order, passing the
size of a diffstat_file*, followed by the number of diffstat_file* 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 'base85.c')
0 files changed, 0 insertions, 0 deletions