fix blowup when a KSF file has a #TITLE tag with nothing in it. (grr)
This commit is contained in:
@@ -248,7 +248,7 @@ void KSFLoader::LoadTags( const CString &str, Song &out )
|
||||
artist = asBits[0];
|
||||
title = asBits[1];
|
||||
}
|
||||
else
|
||||
else if( asBits.size() == 1 )
|
||||
{
|
||||
title = asBits[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user