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:
parent
c33cf08a2f
commit
fe1c82dcd5
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue