mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wrong path was being used for replacement
This commit is contained in:
@@ -267,7 +267,7 @@ namespace SabreTools
|
||||
string outdir = "";
|
||||
if (_outdir != "")
|
||||
{
|
||||
outdir = _outdir + Path.GetDirectoryName(filename).Remove(0, filename.Length);
|
||||
outdir = _outdir + Path.GetDirectoryName(filename).Remove(0, basepath.Length);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user