fix warning
This commit is contained in:
@@ -52,7 +52,7 @@ void MusicList::AddSongsToGroup(const vector<Song*> &Songs)
|
||||
|
||||
if( c == NUM_COLUMNS-1 && r == NUM_ROWS-1 && Songs.size() != unsigned(NUM_COLUMNS*NUM_ROWS) )
|
||||
{
|
||||
sText += ssprintf( "%d more.....", Songs.size() - NUM_COLUMNS * NUM_ROWS + 1 );
|
||||
sText += ssprintf( "%lu more.....", Songs.size() - NUM_COLUMNS * NUM_ROWS + 1 );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user