mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix incorrect output name
This commit is contained in:
@@ -78,7 +78,7 @@ namespace SabreTools
|
|||||||
// Get the values that will be used
|
// Get the values that will be used
|
||||||
if (_name == "")
|
if (_name == "")
|
||||||
{
|
{
|
||||||
_name = (_diff ? "DiffDAT" : "") + (_dedup ? "-deduped" : "");
|
_name = (_diff ? "DiffDAT" : "MergeDAT") + (_dedup ? "-deduped" : "");
|
||||||
}
|
}
|
||||||
if (_desc == "")
|
if (_desc == "")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user