make remount work

This commit is contained in:
Glenn Maynard
2005-01-27 03:54:49 +00:00
parent 67d5bfd6d5
commit 7df474b776
4 changed files with 15 additions and 5 deletions
@@ -226,6 +226,12 @@ bool CreateDirectories( CString Path )
DirectFilenameDB::DirectFilenameDB( CString root_ )
{
ExpireSeconds = 30;
SetRoot( root_ );
}
void DirectFilenameDB::SetRoot( CString root_ )
{
root = root_;
if( root.Right(1) != "/" )
root += '/';