mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, SabreTools] Fix diff against
This commit is contained in:
@@ -1920,7 +1920,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
string interOutDir = outDir;
|
string interOutDir = outDir;
|
||||||
if (inplace)
|
if (inplace)
|
||||||
{
|
{
|
||||||
interOutDir = Path.GetDirectoryName(path);
|
interOutDir = Path.GetDirectoryName(splitpath[1]);
|
||||||
}
|
}
|
||||||
else if (!String.IsNullOrEmpty(interOutDir))
|
else if (!String.IsNullOrEmpty(interOutDir))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ namespace SabreTools
|
|||||||
descAsName = false,
|
descAsName = false,
|
||||||
excludeOf = false,
|
excludeOf = false,
|
||||||
hashOnly = false,
|
hashOnly = false,
|
||||||
inplace = true,
|
inplace = false,
|
||||||
inverse = false,
|
inverse = false,
|
||||||
merge = false,
|
merge = false,
|
||||||
nostore = false,
|
nostore = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user