use slashes

This commit is contained in:
Glenn Maynard
2003-02-15 00:01:55 +00:00
parent f4a14f801e
commit 198aaf35cc
+1 -1
View File
@@ -13,7 +13,7 @@ SongCacheIndex *SONGINDEX;
SongCacheIndex::SongCacheIndex() SongCacheIndex::SongCacheIndex()
{ {
mkdir("Cache", 0755); mkdir("Cache", 0755);
CacheIndex.SetPath( "Cache\\index.cache" ); CacheIndex.SetPath( "Cache/index.cache" );
ReadCacheIndex(); ReadCacheIndex();
} }