]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix Util::dir_name for Windows paths
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 29 Dec 2020 18:06:17 +0000 (19:06 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 29 Dec 2020 19:37:12 +0000 (20:37 +0100)
commitd609e926050dc0812a4d0b47330a291bd3c22d95
tree820fcfcd3325fe216c1368fc1776c03213d6cb98
parent66724a6d01d9259c07f8bf30be8b196be0e9bd15
Fix Util::dir_name for Windows paths

Util::dir_name does not understand “C:\”-style Windows path so add such
knowledge.
src/Util.cpp
unittest/test_Util.cpp