minor fix

This commit is contained in:
Glenn Maynard
2004-09-17 01:52:17 +00:00
parent 971279f1af
commit 575727fd46
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ void ScreenSelectMusic::CheckBackgroundRequests()
CString sCDTitlePath = sPath;
if( sCDTitlePath.empty() || !IsAFile(sCDTitlePath) )
sCDTitlePath = g_bWantFallbackCdTitle? g_sFallbackCDTitlePath:"";
sCDTitlePath = g_bWantFallbackCdTitle? g_sFallbackCDTitlePath:CString("");
if( !sCDTitlePath.empty() )
{