mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00: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
|
||||
{
|
||||
mPid = boost::filesystem::temp_directory_path();
|
||||
mPid += "opencs.pid";
|
||||
mPid /= "opencs.pid";
|
||||
bool pidExists = boost::filesystem::exists(mPid);
|
||||
|
||||
boost::filesystem::ofstream tempFile(mPid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user