IniFile::SetValueB->SetValue, etc. Cleanup.

This commit is contained in:
Glenn Maynard
2003-10-02 02:11:47 +00:00
parent b13cb43aa6
commit c9074c170c
6 changed files with 142 additions and 143 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ void SongCacheIndex::ReadCacheIndex()
void SongCacheIndex::AddCacheIndex(const CString &path, unsigned hash)
{
CacheIndex.SetValueI( "Cache", "CacheVersion", FILE_CACHE_VERSION );
CacheIndex.SetValueU( "Cache", MangleName(path), hash );
CacheIndex.SetValue( "Cache", "CacheVersion", FILE_CACHE_VERSION );
CacheIndex.SetValue( "Cache", MangleName(path), hash );
CacheIndex.WriteFile();
}