Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-07-24 13:52:29 +0300
committerJunio C Hamano <gitster@pobox.com>2018-07-24 20:19:29 +0300
commit7726d360b5ba859ae2b6ceefc5d88cc518c78063 (patch)
tree86180df101254604e2ed305b3a3a541e4ac9523d /pretty.c
parent765b496dc6963ad8aaf40e9ac5dee358aa7fea47 (diff)
strbuf_humanise: use unsigned variables
All of the numeric formatting done by this function uses "%u", but we pass in a signed "int". The actual range doesn't matter here, since the conditional makes sure we're always showing reasonably small numbers. And even gcc's format-checker does not seem to mind. But it's potentially confusing to a reader of the code to see the mismatch. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pretty.c')
0 files changed, 0 insertions, 0 deletions