From 27524421e1bfcee3218857bea08bfa2a412e1cdc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 06:44:39 +0000 Subject: [PATCH] don't use backslashes in redirs --- stepmania/src/RageUtil.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 517efa4136..21063b2dad 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -998,8 +998,6 @@ RString DerefRedir( const RString &_path ) if( sNewFileName == "" ) return RString(); - FixSlashesInPlace( sNewFileName ); - RString sPath2 = Dirname(sPath) + sNewFileName; CollapsePath( sPath2 );