This commit is contained in:
Steve Checkoway
2006-03-20 08:39:24 +00:00
parent c3e74bbecc
commit 4ca585dc01
+1 -1
View File
@@ -1311,7 +1311,7 @@ void SongManager::UpdatePreferredSort()
RString sLine;
while( file.GetLine(sLine) )
{
bool bSectionDivider = sLine.find("---") != -1;
bool bSectionDivider = sLine.find("---") != RString::npos;
if( bSectionDivider )
{
if( !vpSongs.empty() )