many bug fixes.

This commit is contained in:
Chris Danford
2002-02-09 18:53:47 +00:00
parent 89ae7ed30c
commit c880afb8db
6 changed files with 45 additions and 14 deletions
+1
View File
@@ -448,6 +448,7 @@ bool Song::LoadSongInfoFromDWIFile( CString sPath )
split( sValueString, ":", arrayValueTokens );
CString sValueName = arrayValueTokens.GetAt( 0 );
sValueName.TrimLeft();
// handle the data
if( sValueName == "#FILE" )