From 75072258ec05b7d7be390d59ae7022dabc3d9567 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Sun, 19 Jan 2003 16:51:25 +0000 Subject: [PATCH] disabled AddEntry (Arena prob) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@643 --- src/dos/drive_cache.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dos/drive_cache.cpp b/src/dos/drive_cache.cpp index c1b8181e..ef3346f6 100644 --- a/src/dos/drive_cache.cpp +++ b/src/dos/drive_cache.cpp @@ -112,6 +112,11 @@ char* DOS_Drive_Cache::GetExpandName(const char* path) void DOS_Drive_Cache::AddEntry(const char* path) { + + CacheOut(path); + return; + + // FIXME: Code doesnt seem to work with arena ??? Why is that ? // Get Last part... char file [CROSS_LEN]; char expand [CROSS_LEN];