some fixes (removed all chdir)
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@153 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#include "CLogFile.h"
|
||||
#include <fstream>
|
||||
#include "FindFile.h"
|
||||
#include "Debug.h"
|
||||
|
||||
|
||||
CLogFile::CLogFile() {}
|
||||
|
||||
@@ -109,6 +111,7 @@ void CLogFile::textOut(int Color, bool List, const char *Text)
|
||||
|
||||
void CLogFile::textOut(const char *Text)
|
||||
{
|
||||
notes << Text << endl;
|
||||
fprintf(m_Logfile,"%s",Text);
|
||||
fflush(m_Logfile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user