]> git.ipfire.org Git - thirdparty/ccache.git/commit
Include .tmp. in AtomicFile names
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 30 Sep 2019 18:34:56 +0000 (20:34 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Oct 2019 21:16:46 +0000 (23:16 +0200)
commit4e6c44389df65496707ccd991d181b21d57a3a3d
tree0d30d7f255a4ad4d91bd83fcfbb342bdd315f57a
parent05cb9bff0cb24f1eab04b47c7e5d1172203efcde
Include .tmp. in AtomicFile names

This makes it possible to use AtomicFile for files in the cache
directory without having to add a “.tmp” interfix explicitly.
src/AtomicFile.cpp