mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[MergeDiff] In cascade, only output the affected files
This commit is contained in:
@@ -383,7 +383,11 @@ namespace SabreTools
|
||||
path = _outdir + (Path.GetDirectoryName(_inputs[j].Split('¬')[0]).Remove(0, _inputs[j].Split('¬')[1].Length));
|
||||
}
|
||||
|
||||
Output.WriteDatfile(diffData, path, _logger);
|
||||
// If we have anything but the first DAT, output (the first DAT is always complete)
|
||||
if (j > 0)
|
||||
{
|
||||
Output.WriteDatfile(diffData, path, _logger);
|
||||
}
|
||||
}
|
||||
}
|
||||
// Output all entries with user-defined merge
|
||||
|
||||
Reference in New Issue
Block a user