diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-28 13:38:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-28 14:27:10 -0700 |
commit | dc4b4a61baac86bb75b0bdffb9ca45e90c4e194d (patch) | |
tree | 9d18510053e8853d3262b618f2448e501f205e1b /contrib/credential/wincred | |
parent | Git 2.10.3 (diff) | |
download | tgif-dc4b4a61baac86bb75b0bdffb9ca45e90c4e194d.tar.xz |
submodule--helper: do not call utf8_fprintf() unnecessarily
The helper function utf8_fprintf(fp, ...) has exactly the same
effect to the output stream fp as fprintf(fp, ...) does, and the
only difference is that its return value counts in display columns
consumed (assuming that the payload is encoded in UTF-8), as opposed
to number of bytes.
There is no reason to call it unless the caller cares about its
return value.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/credential/wincred')
0 files changed, 0 insertions, 0 deletions