Wrong dict name used

This commit is contained in:
Matt Nadareski
2016-04-28 12:01:54 -07:00
parent 2ac01545e1
commit 13ba806a59

View File

@@ -168,7 +168,7 @@ namespace SabreTools
{
if (dict[key].Count > 1)
{
duplicates.Add(key, diffed[key]);
duplicates.Add(key, dict[key]);
}
}
Output.WriteToDatFromDict(_name + post, _desc + post, _version, _date, _cat, _author, _forceunpack, _old, _dedup, "", duplicates, _logger);