]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove the kB case from format_*_size* functions
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Jul 2019 08:28:01 +0000 (10:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 17 Jul 2019 08:30:59 +0000 (10:30 +0200)
commita1dda2204e6a2c596e12ee1bcd09211cd1ad90c3
tree2f60f6f0da0cc69725c10884d18e2eb29b9bfe25
parent4cb075cc3be2f7619cf99acd6d593f2b3d331568
Remove the kB case from format_*_size* functions

Nobody will ever use or see non-zero kB sizes anyway, and this makes the
zero case for sizes in --show-compression nicer.
src/util.c
unittest/test_util.c