mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 13:25:53 -04:00
Use append syntax compatible with older versions of boost.
This commit is contained in:
parent
e67cf96250
commit
07f10a0140
@ -239,7 +239,7 @@ bool CS::Editor::makeIPCServer()
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
mPid = boost::filesystem::temp_directory_path();
|
mPid = boost::filesystem::temp_directory_path();
|
||||||
mPid += "opencs.pid";
|
mPid /= "opencs.pid";
|
||||||
bool pidExists = boost::filesystem::exists(mPid);
|
bool pidExists = boost::filesystem::exists(mPid);
|
||||||
|
|
||||||
boost::filesystem::ofstream tempFile(mPid);
|
boost::filesystem::ofstream tempFile(mPid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user