Merge pull request #2166 from zosrothko/patch-4

Fix conflicting merge
This commit is contained in:
Günter Obiltschnig
2018-02-17 16:13:20 +01:00
committed by GitHub

View File

@@ -132,14 +132,11 @@ std::string PathImpl::cacheHomeImpl()
}
<<<<<<< HEAD
=======
std::string PathImpl::tempHomeImpl()
{
return tempImpl();
}
>>>>>>> 06e59cb... add Windows compliant implementation of XDG Base Directory Specification
std::string PathImpl::tempImpl()
{
Buffer<wchar_t> buffer(MAX_PATH_LEN);