Fix CreateDirectories pulling wrong data from cache. (That should fix

the cache creation problems ...)
This commit is contained in:
Glenn Maynard
2003-11-04 06:52:39 +00:00
parent f875aba27e
commit 02a6a82bd6
+1
View File
@@ -334,6 +334,7 @@ bool CreateDirectories( CString Path )
}
/* Make sure it's a directory. */
FlushDirCache();
if( !IsADirectory(curpath) )
{
if( LOG )