mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix standard diff naming
This commit is contained in:
@@ -156,6 +156,20 @@ namespace SabreTools.Helper.Dats
|
|||||||
DatFile outerDiffData = new DatFile();
|
DatFile outerDiffData = new DatFile();
|
||||||
DatFile dupeData = new DatFile();
|
DatFile dupeData = new DatFile();
|
||||||
|
|
||||||
|
// Fill in any information not in the base DAT
|
||||||
|
if (String.IsNullOrEmpty(_fileName))
|
||||||
|
{
|
||||||
|
_fileName = "All DATs";
|
||||||
|
}
|
||||||
|
if (String.IsNullOrEmpty(_name))
|
||||||
|
{
|
||||||
|
_name = "All DATs";
|
||||||
|
}
|
||||||
|
if (String.IsNullOrEmpty(_description))
|
||||||
|
{
|
||||||
|
_description = "All DATs";
|
||||||
|
}
|
||||||
|
|
||||||
// Don't have External dupes
|
// Don't have External dupes
|
||||||
if ((diff & DiffMode.NoDupes) != 0)
|
if ((diff & DiffMode.NoDupes) != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user