small fix for master log

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@39 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2008-07-21 07:38:42 +00:00
parent c33cf08a2f
commit fe1c82dcd5

View File

@ -50,7 +50,7 @@ CDebugger_Log::CDebugger_Log(const char* _szShortName, const char* _szName) :
{
strcpy((char*)m_szName, _szName);
strcpy((char*)m_szShortName, _szShortName);
sprintf((char*)m_szFilename, "Logs/%s.txt", _szShortName);
sprintf((char*)m_szFilename, "Logs/%s.txt", _szName);
unlink(m_szFilename);
}