don't use backslashes in redirs

This commit is contained in:
Glenn Maynard
2006-10-15 06:44:39 +00:00
parent 329e2ea4a1
commit 27524421e1
-2
View File
@@ -998,8 +998,6 @@ RString DerefRedir( const RString &_path )
if( sNewFileName == "" )
return RString();
FixSlashesInPlace( sNewFileName );
RString sPath2 = Dirname(sPath) + sNewFileName;
CollapsePath( sPath2 );