mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Rename OutputFormatFlag to OutputFormat
Since the original OutputFormat doesn't exist anymore, adding "Flag" to the var name isn't necessary
This commit is contained in:
@@ -370,7 +370,7 @@ namespace SabreTools
|
||||
_matched.FileName = "fixDat_" + _matched.FileName;
|
||||
_matched.Name = "fixDat_" + _matched.Name;
|
||||
_matched.Description = "fixDat_" + _matched.Description;
|
||||
_matched.OutputFormatFlag = OutputFormatFlag.Xml;
|
||||
_matched.OutputFormat = OutputFormat.Xml;
|
||||
|
||||
// Now that all files are parsed, get only files found in directory
|
||||
bool found = false;
|
||||
@@ -476,7 +476,7 @@ namespace SabreTools
|
||||
_datdata.FileName = "fixDat_" + _datdata.FileName;
|
||||
_datdata.Name = "fixDat_" + _datdata.Name;
|
||||
_datdata.Description = "fixDat_" + _datdata.Description;
|
||||
_datdata.OutputFormatFlag = OutputFormatFlag.Xml;
|
||||
_datdata.OutputFormat = OutputFormat.Xml;
|
||||
DatTools.WriteDatfile(_datdata, "", _logger);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user