Patch for ifvers 5:11 (new MM API), eliminates fakemeta like mm-pext

This commit is contained in:
David Anderson
2005-07-13 02:37:32 +00:00
parent e1a1153018
commit 35ed810775
4 changed files with 83 additions and 28 deletions

View File

@@ -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;