From 198aaf35ccf936d97d51f4a9a90b2c969f7e7749 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 Feb 2003 00:01:55 +0000 Subject: [PATCH] use slashes --- stepmania/src/SongCacheIndex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/SongCacheIndex.cpp b/stepmania/src/SongCacheIndex.cpp index 0cdeb3f097..1caf7259c2 100644 --- a/stepmania/src/SongCacheIndex.cpp +++ b/stepmania/src/SongCacheIndex.cpp @@ -13,7 +13,7 @@ SongCacheIndex *SONGINDEX; SongCacheIndex::SongCacheIndex() { mkdir("Cache", 0755); - CacheIndex.SetPath( "Cache\\index.cache" ); + CacheIndex.SetPath( "Cache/index.cache" ); ReadCacheIndex(); }