Dear me, many changes
Rewrote Lang (still does not work though!) New String class funcs+name Added Queue class Added MD5 class + functions
This commit is contained in:
@ -106,7 +106,7 @@ void CLog::CreateNewFile()
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
void CLog::UseFile(const CString &fileName)
|
||||
void CLog::UseFile(const String &fileName)
|
||||
{
|
||||
m_LogFile.assign(build_pathname("%s/%s", g_log_dir.c_str(), fileName.c_str()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user