From 415fb9506c97a62888bc8e7bf494d4438226a618 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 13 Feb 2007 11:41:39 +0000 Subject: [PATCH] Oops. Diff first, then commit. --- stepmania/src/RageFileManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index 8f7b5ce753..9ad228b830 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -255,7 +255,6 @@ static void ChangeToDirOfExecutable( const RString &argv0 ) * through a symlink. Assume this is the case and change to the dir of the symlink. */ if( Basename(RageFileManagerUtil::sDirOfExecutable) == "MacOS" ) CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../.." ); - puts( RageFileManagerUtil::sDirOfExecutable ); chdir( RageFileManagerUtil::sDirOfExecutable ); #endif }