-log
This commit is contained in:
@@ -315,7 +315,6 @@ bool DWILoader::LoadFromDWIFile( CString sPath, Song &out )
|
|||||||
else if( 0==stricmp(sValueName,"ARTIST") )
|
else if( 0==stricmp(sValueName,"ARTIST") )
|
||||||
{
|
{
|
||||||
out.m_sArtist = sParams[1];
|
out.m_sArtist = sParams[1];
|
||||||
LOG->Trace("conv '%s'", out.m_sArtist.c_str());
|
|
||||||
ConvertString( out.m_sArtist, "utf-8,english" );
|
ConvertString( out.m_sArtist, "utf-8,english" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user