mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-15 20:43:07 +00:00
fix append
This commit is contained in:
parent
4010308d47
commit
e6b99c92a2
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ CS::Editor::Editor(int argc, char** argv)
|
|||
: mConfigVariables(readConfiguration())
|
||||
, mSettingsState(mCfgMgr)
|
||||
, mDocumentManager(mCfgMgr)
|
||||
, mPid(std::filesystem::temp_directory_path() /= "openmw-cs.pid")
|
||||
, mPid(std::filesystem::temp_directory_path() / "openmw-cs.pid")
|
||||
, mLockFile(QFileInfo(mPid.c_str()).absoluteFilePath() + ".lock")
|
||||
, mMerge(mDocumentManager)
|
||||
, mIpcServerName("org.openmw.OpenCS")
|
||||
|
|
|
|||
Loading…
Reference in a new issue