don't use backslashes in redirs
This commit is contained in:
@@ -998,8 +998,6 @@ RString DerefRedir( const RString &_path )
|
|||||||
if( sNewFileName == "" )
|
if( sNewFileName == "" )
|
||||||
return RString();
|
return RString();
|
||||||
|
|
||||||
FixSlashesInPlace( sNewFileName );
|
|
||||||
|
|
||||||
RString sPath2 = Dirname(sPath) + sNewFileName;
|
RString sPath2 = Dirname(sPath) + sNewFileName;
|
||||||
|
|
||||||
CollapsePath( sPath2 );
|
CollapsePath( sPath2 );
|
||||||
|
|||||||
Reference in New Issue
Block a user