1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Merge remote branch 'origin' into phonon

This commit is contained in:
Christian Muehlhaeuser
2011-02-27 21:00:49 +01:00

View File

@@ -69,7 +69,7 @@ BufferIODevice::inputComplete( const QString& errmsg )
{
qDebug() << Q_FUNC_INFO;
setErrorString( errmsg );
m_size = m_pos;
m_size = m_received;
emit readChannelFinished();
}