Fix compile.

This commit is contained in:
Steve Checkoway
2005-12-10 05:06:19 +00:00
parent 16996cd095
commit 745744193b
@@ -287,7 +287,7 @@ int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
return ret; return ret;
} }
#inlcude "RageFileManager.h" #include "RageFileManager.h"
void ArchHooks_darwin::MountInitialFilesystems( const CString &sDirOfExecutable ) void ArchHooks_darwin::MountInitialFilesystems( const CString &sDirOfExecutable )
{ {
@@ -297,7 +297,7 @@ void ArchHooks_darwin::MountInitialFilesystems( const CString &sDirOfExecutable
split( sDirOfExecutable, "/", parts ); split( sDirOfExecutable, "/", parts );
ASSERT( parts.size() > 3 ); ASSERT( parts.size() > 3 );
CString Dir = '/' + join( "/", parts.begin(), parts.end()-3 ); CString Dir = '/' + join( "/", parts.begin(), parts.end()-3 );
RageFileManager::Mount( "dir", Dir, "/" ); FILEMAN->Mount( "dir", Dir, "/" );
#else #else
/* Paths relative to the CWD: */ /* Paths relative to the CWD: */
FILEMAN->Mount( "dir", ".", "/" ); FILEMAN->Mount( "dir", ".", "/" );