[SabreTools] Fix single threaded dfd again

This commit is contained in:
Matt Nadareski
2016-09-13 12:53:06 -07:00
parent bb53d3c3eb
commit 5c7664ec72

View File

@@ -133,7 +133,7 @@ namespace SabreTools
Date = DateTime.Now.ToString("yyyy-MM-dd"),
Author = author,
ForcePacking = (forceunpack ? ForcePacking.Unzip : ForcePacking.None),
OutputFormat = outputFormat,
OutputFormat = (outputFormat == 0 ? OutputFormat.Xml : outputFormat),
Romba = romba,
Type = (superdat ? "SuperDAT" : ""),
};