This commit is contained in:
Glenn Maynard
2003-06-30 08:41:17 +00:00
parent 4ca86c5a28
commit 1aaaf8f565
-1
View File
@@ -315,7 +315,6 @@ bool DWILoader::LoadFromDWIFile( CString sPath, Song &out )
else if( 0==stricmp(sValueName,"ARTIST") )
{
out.m_sArtist = sParams[1];
LOG->Trace("conv '%s'", out.m_sArtist.c_str());
ConvertString( out.m_sArtist, "utf-8,english" );
}