........................

This commit is contained in:
Jason Felds
2011-07-11 16:34:21 -04:00
parent 40aa454bf5
commit aea01c26a4
+1 -1
View File
@@ -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) );
}