........................
This commit is contained in:
+1
-1
@@ -482,7 +482,7 @@ void SongUtil::SortSongPointerArrayByGrades( vector<Song*> &vpSongsInOut, bool b
|
||||
|
||||
RString foo;
|
||||
foo.reserve(256);
|
||||
for( int g=Grade_Tier01; g<=NUM_Grade; ++g )
|
||||
for( int g=Grade_Tier01; g<NUM_Grade; ++g )
|
||||
AppendOctal( iCounts[g], 3, foo );
|
||||
vals.push_back( val(pSong, foo) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user