mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Diff, determination, enum cleanup
This commit is contained in:
@@ -60,8 +60,8 @@ namespace RombaSharp.Features
|
||||
List<string> basedats = new List<string> { olddat };
|
||||
|
||||
// Now run the diff on the inputs
|
||||
datfile.DetermineUpdateType(dats, basedats, outdat, UpdateMode.DiffAgainst, false /* inplace */, false /* skip */,
|
||||
new Filter(), new List<Field>(), false /* onlySame */, false /* byGame */);
|
||||
datfile.PopulateUserData(basedats, new Filter());
|
||||
datfile.DiffAgainst(dats, outdat, false, new Filter(), false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user