Fix incorrect output name

This commit is contained in:
Matt Nadareski
2016-05-17 12:56:33 -07:00
parent 7eaabd538d
commit 4efbc82f81

View File

@@ -78,7 +78,7 @@ namespace SabreTools
// Get the values that will be used
if (_name == "")
{
_name = (_diff ? "DiffDAT" : "") + (_dedup ? "-deduped" : "");
_name = (_diff ? "DiffDAT" : "MergeDAT") + (_dedup ? "-deduped" : "");
}
if (_desc == "")
{