[DatFile, SimpleSort, FileTools] Make sure extensions are checked properly

This commit is contained in:
Matt Nadareski
2016-09-26 17:36:25 -07:00
parent f7e47d3cac
commit 219d6f7664
3 changed files with 12 additions and 4 deletions

View File

@@ -263,7 +263,7 @@ namespace SabreTools.Helper
Console.SetCursorPosition(0, Constants.HeaderHeight + 1);
_logger.User("Stats of the matched ROMs:");
StreamWriter sw = new StreamWriter(new MemoryStream());
_matched.OutputStats(sw, StatOutputFormat.None, _logger, true);
_matched.OutputStats(sw, StatOutputFormat.None, _logger, recalculate: true, baddumpCol: true, nodumpCol: true);
sw.Dispose();
// Now output the fixdat based on the original input if asked