mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[MergeDiff] Output first DAT in cascaded diff (not always pre-deduped)
This commit is contained in:
@@ -438,7 +438,7 @@ namespace SabreTools
|
|||||||
// Finally, loop through and output each of the DATs
|
// Finally, loop through and output each of the DATs
|
||||||
start = DateTime.Now;
|
start = DateTime.Now;
|
||||||
_logger.User("Outputting all created DATs");
|
_logger.User("Outputting all created DATs");
|
||||||
for (int j = 1; j < _inputs.Count; j++)
|
for (int j = 0; j < _inputs.Count; j++)
|
||||||
{
|
{
|
||||||
// If we have an output directory set, replace the path
|
// If we have an output directory set, replace the path
|
||||||
string path = "";
|
string path = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user