From 3368c65b5ce955e28536910eefe4a13d028e5220 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 4 Oct 2016 10:34:08 -0700 Subject: [PATCH] [DatFile] Make sure that ExcludeOf actually works right --- SabreTools.Helper/Objects/Dat/DatFile.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/SabreTools.Helper/Objects/Dat/DatFile.cs b/SabreTools.Helper/Objects/Dat/DatFile.cs index e9156c2a..509f932f 100644 --- a/SabreTools.Helper/Objects/Dat/DatFile.cs +++ b/SabreTools.Helper/Objects/Dat/DatFile.cs @@ -290,10 +290,10 @@ namespace SabreTools.Helper /// /// Create a new Dat object with the included information (standard Dats) /// - /// New filename + /// New filename /// New name /// New description - /// New rootdir + /// New rootdir /// New category /// New version /// New date @@ -304,9 +304,9 @@ namespace SabreTools.Helper /// New comment /// New header /// True to set SuperDAT type, false otherwise - /// None, Split, Full - /// None, Obsolete, Required, Ignore - /// None, Zip, Unzip + /// None, Split, Full + /// None, Obsolete, Required, Ignore + /// None, Zip, Unzip /// Non-zero flag for output format, zero otherwise for default /// True to dedupe the roms in the DAT, false otherwise (default) /// SortedDictionary of lists of DatItem objects @@ -501,6 +501,7 @@ namespace SabreTools.Helper ForceMerging = this.ForceMerging, ForceNodump = this.ForceNodump, ForcePacking = this.ForcePacking, + ExcludeOf = this.ExcludeOf, OutputFormat = this.OutputFormat, MergeRoms = this.MergeRoms, Files = this.Files, @@ -546,6 +547,7 @@ namespace SabreTools.Helper ForceMerging = this.ForceMerging, ForceNodump = this.ForceNodump, ForcePacking = this.ForcePacking, + ExcludeOf = this.ExcludeOf, OutputFormat = this.OutputFormat, MergeRoms = this.MergeRoms, Files = new SortedDictionary>(),