Only flush the modified dir. Why do we need to flush this at all?
This commit is contained in:
@@ -914,7 +914,8 @@ bool Profile::SaveAllToDir( RString sDir, bool bSignData ) const
|
||||
FILEMAN->CreateDir( sDir + EDIT_COURSES_SUBDIR );
|
||||
FILEMAN->CreateDir( sDir + SCREENSHOTS_SUBDIR );
|
||||
|
||||
FlushDirCache();
|
||||
// XXX: Why do we need to flush here?
|
||||
FILEMAN->FlushDirCache( sDir );
|
||||
|
||||
return bSaved;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user