This commit is contained in:
jomjol
2020-12-07 21:38:43 +01:00
parent 793f928e6e
commit f5c28107d4
17 changed files with 62 additions and 23 deletions

View File

@@ -19,7 +19,8 @@ void ClassLogFile::WriteToDedicatedFile(std::string _fn, std::string info, bool
return;
}
pFile = fopen(_fn.c_str(), "a+");
pFile = OpenFileAndWait(_fn.c_str(), "a+");
if (pFile!=NULL) {
if (_time)
{