forked from teamnwah/openmw-tes3coop
Use append syntax compatible with older versions of boost.
This commit is contained in:
parent
e67cf96250
commit
07f10a0140
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue