fix (nothing, I think)

This commit is contained in:
Glenn Maynard
2003-12-12 10:07:07 +00:00
parent a6cdf5a150
commit 5b2a47b366
+1 -1
View File
@@ -122,7 +122,7 @@ static void ChangeToDirOfExecutable(const char *argv0)
/* Change to the directory that crash dumps should be logged to. */ /* Change to the directory that crash dumps should be logged to. */
#if defined(_WIN32) #if defined(_WIN32)
chdir( DirOfExecutable ); chdir( DirOfExecutable + "/.." );
#elif defined(LINUX) #elif defined(LINUX)
const char *home = getenv("HOME"); const char *home = getenv("HOME");
if( home ) if( home )