mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up new flag
This commit is contained in:
@@ -67,8 +67,8 @@ in -old DAT file. Ignores those entries in -old that are not in -new.";
|
||||
List<string> basedats = new List<string> { olddat };
|
||||
|
||||
// Now run the diff on the inputs
|
||||
datfile.PopulateUserData(basedats, new Filter());
|
||||
datfile.DiffAgainst(dats, outdat, false, new Filter(), false);
|
||||
datfile.PopulateUserData(basedats, new ExtraIni(), new Filter());
|
||||
datfile.DiffAgainst(dats, outdat, false, new ExtraIni(), new Filter(), false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user