mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Fixed missing return statement.
This commit is contained in:
@@ -223,8 +223,7 @@ BufferIODevice::isBlockEmpty( int block ) const
|
|||||||
if ( block >= m_buffer.count() )
|
if ( block >= m_buffer.count() )
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if ( m_buffer.at( block ).isEmpty() )
|
return m_buffer.at( block ).isEmpty();
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user