diff options
author | Jeff King <peff@peff.net> | 2015-09-24 17:06:48 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-25 10:18:18 -0700 |
commit | 48bdf86995423736f36557d744841b08c8bf4e14 (patch) | |
tree | e3e5ca3016f91925268274e282905db44875a196 /credential-cache--daemon.c | |
parent | stop_progress_msg: convert sprintf to xsnprintf (diff) | |
download | tgif-48bdf86995423736f36557d744841b08c8bf4e14.tar.xz |
compat/hstrerror: convert sprintf to snprintf
This is a trivially correct use of sprintf, as our error
number should not be excessively long. But it's still nice
to drop an sprintf call.
Note that we cannot use xsnprintf here, because this is
compat code which does not load git-compat-util.h.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'credential-cache--daemon.c')
0 files changed, 0 insertions, 0 deletions