mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +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() )
|
||||
return true;
|
||||
|
||||
if ( m_buffer.at( block ).isEmpty() )
|
||||
return true;
|
||||
return m_buffer.at( block ).isEmpty();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user