1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

Blind try to fix mystery osx crash

This commit is contained in:
Leo Franchi 2013-01-16 14:34:28 -05:00
parent acf324279a
commit c1ea6d7ea1

View File

@ -184,6 +184,6 @@ TLog::TLog( unsigned int debugLevel )
TLog::~TLog()
{
log( m_msg.toLatin1().data(), m_debugLevel );
log( m_msg.toLocal8Bit().data(), m_debugLevel );
}