[Stats] Make Stat collection and output more safe

This commit is contained in:
Matt Nadareski
2016-06-12 21:52:27 -07:00
parent 6e744c1d22
commit cc71bbfe2c
3 changed files with 19 additions and 6 deletions

View File

@@ -510,7 +510,6 @@ namespace SabreTools
/// <param name="currentMissingMerged">Old-current missing DAT with merged and deduped values</param>
/// <param name="currentNewMerged">New-current DAT with merged and deduped values</param>
/// <param name="fake">True if all values should be replaced with default 0-byte values, false otherwise</param>
/// <param name="logger"></param>
private static void InitOfflineMerge(string currentAllMerged, string currentMissingMerged, string currentNewMerged, bool fake)
{
// Sanitize the inputs