mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
fix merge conflict
This commit is contained in:
parent
14172912bd
commit
4ea0372a4f
@ -132,14 +132,12 @@ std::string PathImpl::cacheHomeImpl()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
std::string PathImpl::tempHomeImpl()
|
std::string PathImpl::tempHomeImpl()
|
||||||
{
|
{
|
||||||
return tempImpl();
|
return tempImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
>>>>>>> 06e59cb... add Windows compliant implementation of XDG Base Directory Specification
|
|
||||||
std::string PathImpl::tempImpl()
|
std::string PathImpl::tempImpl()
|
||||||
{
|
{
|
||||||
Buffer<wchar_t> buffer(MAX_PATH_LEN);
|
Buffer<wchar_t> buffer(MAX_PATH_LEN);
|
||||||
|
Loading…
Reference in New Issue
Block a user