Fix compile.

This commit is contained in:
Steve Checkoway
2005-12-10 05:33:34 +00:00
parent 745744193b
commit fc0f6b8e73
+1 -1
View File
@@ -222,7 +222,7 @@ static void ChangeToDirOfExecutable( CString argv0 )
#if defined(_WINDOWS)
chdir( RageFileManagerUtil::sDirOfExecutable + "/.." );
#elif defined(MACOSX)
chdir( sDirOfExecutable + "/../../.." );
chdir( RageFileManagerUtil::sDirOfExecutable + "/../../.." );
#endif
}