summaryrefslogtreecommitdiff
path: root/git-sh-i18n.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-07-24 10:52:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-24 17:19:29 (GMT)
commit7726d360b5ba859ae2b6ceefc5d88cc518c78063 (patch)
tree86180df101254604e2ed305b3a3a541e4ac9523d /git-sh-i18n.sh
parent765b496dc6963ad8aaf40e9ac5dee358aa7fea47 (diff)
downloadgit-7726d360b5ba859ae2b6ceefc5d88cc518c78063.zip
git-7726d360b5ba859ae2b6ceefc5d88cc518c78063.tar.gz
git-7726d360b5ba859ae2b6ceefc5d88cc518c78063.tar.bz2
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 'git-sh-i18n.sh')
0 files changed, 0 insertions, 0 deletions