fix compile

This commit is contained in:
AJ Kelly
2011-06-15 21:40:11 -05:00
parent 6c722c04a3
commit 4379df289d
+1 -1
View File
@@ -516,7 +516,7 @@ static void LoadTags( const RString &str, Song &out )
out.m_sArtist = artist; out.m_sArtist = artist;
} }
static bool LoadGlobalData( const RString &sPath, Song &out, bool &bKIUCompliant ) static bool LoadGlobalData( const RString &sPath, Song &out, bool bKIUCompliant )
{ {
MsdFile msd; MsdFile msd;
if( !msd.ReadFile( sPath, false ) ) // don't unescape if( !msd.ReadFile( sPath, false ) ) // don't unescape