This commit is contained in:
Glenn Maynard
2005-09-03 18:22:41 +00:00
parent eafaf7fbb4
commit 4d2f2308bd
+1 -1
View File
@@ -147,7 +147,7 @@ void BackgroundUtil::GetSongBGAnimations( const Song *pSong, const CString &sMat
vsPathsOut.clear(); vsPathsOut.clear();
if( sMatch.empty() ) if( sMatch.empty() )
{ {
GetDirListing( pSong->GetSongDir()+sMatch+"*", vsPathsOut, true, true ); GetDirListing( pSong->GetSongDir()+"*", vsPathsOut, true, true );
} }
else else
{ {