Patch for ifvers 5:11 (new MM API), eliminates fakemeta like mm-pext
This commit is contained in:
@@ -92,7 +92,6 @@ void CLog::CreateNewFile()
|
||||
int i = 0;
|
||||
while (true)
|
||||
{
|
||||
char file[256];
|
||||
FILE *pTmpFile = fopen(m_LogFile.c_str(), "r"); // open for reading to check whether the file exists
|
||||
if (!pTmpFile)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user