diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2010-05-04 22:41:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-04 15:19:14 -0700 |
commit | dfea79004c54bc96143386d6ac22de500ba4f747 (patch) | |
tree | ddaea54211bb9e03e0fc699575f74eb01546988c /t/t4025-hunk-header.sh | |
parent | index-pack: fix trivial typo in usage string (diff) | |
download | tgif-dfea79004c54bc96143386d6ac22de500ba4f747.tar.xz |
remove ecb parameter from xdi_diff_outf()
xdi_diff_outf() overrides the structure members of its last parameter,
ignoring any value that callers pass in. It's no surprise then that all
callers pass a pointer to an uninitialized structure. They also don't
read it after the call, so the parameter is neither used for input nor
for output. Turn it into a local variable of xdi_diff_outf().
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4025-hunk-header.sh')
0 files changed, 0 insertions, 0 deletions