1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02: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() TLog::~TLog()
{ {
log( m_msg.toLatin1().data(), m_debugLevel ); log( m_msg.toLocal8Bit().data(), m_debugLevel );
} }