From 48d5aaf621de108a67d9bb72a7695b240172a57d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 24 Apr 2005 21:59:44 +0000 Subject: [PATCH] fix RageFileDriverTimeout::FlushDirCache: need to flush both the RageFileDriverTimeout and the child driver --- stepmania/src/RageFileDriverTimeout.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageFileDriverTimeout.cpp b/stepmania/src/RageFileDriverTimeout.cpp index e120f7ff06..59d9d29427 100644 --- a/stepmania/src/RageFileDriverTimeout.cpp +++ b/stepmania/src/RageFileDriverTimeout.cpp @@ -695,6 +695,7 @@ RageFileBasic *RageFileDriverTimeout::Open( const CString &sPath, int iMode, int void RageFileDriverTimeout::FlushDirCache( const CString &sPath ) { + RageFileDriver::FlushDirCache( sPath ); m_pWorker->FlushDirCache( sPath ); }