From 672415fcb9e5af0c1105d2ef9db1a645d1431482 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 2 May 2003 10:51:04 +0000 Subject: [PATCH] fixed crashes when executing rescan on a virtual drive Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@979 --- src/dos/drives.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dos/drives.h b/src/dos/drives.h index db882261..52ddad8f 100644 --- a/src/dos/drives.h +++ b/src/dos/drives.h @@ -94,6 +94,7 @@ public: bool FileExists(const char* name); bool FileStat(const char* name, FileStat_Block* const stat_block); Bit8u GetMediaByte(void); + void EmptyCache(void){} private: VFILE_Block * search_file; };