(svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths.

This commit is contained in:
rubidium
2009-01-16 16:32:48 +00:00
parent 7c51d9f429
commit 3fb43b6bcb
2 changed files with 2 additions and 5 deletions

View File

@@ -1045,7 +1045,6 @@ char *getcwd(char *buf, size_t size)
void DetermineBasePaths(const char *exe)
{
extern void ScanForTarFiles();
char tmp[MAX_PATH];
TCHAR path[MAX_PATH];
#ifdef WITH_PERSONAL_DIR
@@ -1091,8 +1090,6 @@ void DetermineBasePaths(const char *exe)
_searchpaths[SP_INSTALLATION_DIR] = NULL;
_searchpaths[SP_APPLICATION_BUNDLE_DIR] = NULL;
ScanForTarFiles();
}
/**