fix blacklist image filenames being case-sensitive

This commit is contained in:
Glenn Maynard
2003-07-29 23:20:33 +00:00
parent d1a11d8f24
commit 3014693618
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ bool DWILoader::LoadFromDWIFile( CString sPath, Song &out )
pos = endpos + 1;
BlacklistedImages.insert( sub );
BlacklistedImages.insert( sub.c_str() );
}
}
else