]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Improve disk size calculation on Windows
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Feb 2023 20:46:46 +0000 (21:46 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 4 Mar 2023 09:10:21 +0000 (10:10 +0100)
commit5c700eac69f1e9751d86bedf36d9a842c3d7283f
tree233f5c2c27ef541674f28e8ee253427c17a308e0
parente7489b70d16d218470cb5ce45766bdfa38d6db91
feat: Improve disk size calculation on Windows

Windows file system block size is typically 4096 bytes, not 1024.
src/Stat.hpp
unittest/test_Stat.cpp