use slashes
This commit is contained in:
@@ -13,7 +13,7 @@ SongCacheIndex *SONGINDEX;
|
||||
SongCacheIndex::SongCacheIndex()
|
||||
{
|
||||
mkdir("Cache", 0755);
|
||||
CacheIndex.SetPath( "Cache\\index.cache" );
|
||||
CacheIndex.SetPath( "Cache/index.cache" );
|
||||
ReadCacheIndex();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user