don't use istring here

This commit is contained in:
Glenn Maynard
2006-02-28 23:04:24 +00:00
parent 054cacfc11
commit 70c3facebc
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -525,7 +525,8 @@ bool DWILoader::LoadFromDWIFile( const RString &sPath, Song &out )
pos = endpos + 1;
BlacklistedImages.insert( sub.c_str() );
sub.ToLower();
BlacklistedImages.insert( sub );
}
}
else