s/RemoveAll/clear/g

This commit is contained in:
Glenn Maynard
2002-10-24 20:15:24 +00:00
parent 85e409b121
commit 5c841f287b
17 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ bool KSFLoader::LoadFromDir( CString sDir, Song &out )
CStringArray asBits;
split( sDir, "\\", asBits, true);
CString sSongFolderName = asBits[ asBits.GetSize()-1 ];
asBits.RemoveAll();
asBits.clear();
split( sSongFolderName, " - ", asBits, false );
if( asBits.GetSize() == 2 )