fix RageFileDriverTimeout::FlushDirCache: need to flush both the RageFileDriverTimeout and the child driver

This commit is contained in:
Glenn Maynard
2005-04-24 21:59:44 +00:00
parent c6040055eb
commit 48d5aaf621
+1
View File
@@ -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 );
}