[FileTools] Fix compatibility with older and non-compliant XML DATs

This commit is contained in:
Matt Nadareski
2016-09-29 17:57:27 -07:00
parent 765d6ce743
commit 0e1c33a89a

View File

@@ -110,6 +110,11 @@ namespace SabreTools.Helper
{ {
return OutputFormat.OfflineList; return OutputFormat.OfflineList;
} }
// Older and non-compliant DATs
else
{
return OutputFormat.Xml;
}
} }
// If we have an INI-based DAT // If we have an INI-based DAT