[DatFile] Fix a couple of software list outputs

This commit is contained in:
Matt Nadareski
2016-10-05 10:17:44 -07:00
parent df2d4a33d7
commit a95c2e05ff

View File

@@ -3852,7 +3852,7 @@ namespace SabreTools.Helper
foreach (Tuple<string, string> kvp in rom.Infos) foreach (Tuple<string, string> kvp in rom.Infos)
{ {
state += "\t\t<info name=\"" + kvp.Item1 + "\" value=\"" + kvp.Item2 + "\">\n"; state += "\t\t<info name=\"" + kvp.Item1 + "\" value=\"" + kvp.Item2 + "\" />\n";
} }
break; break;
} }
@@ -3933,7 +3933,7 @@ namespace SabreTools.Helper
} }
break; break;
case OutputFormat.SoftwareList: case OutputFormat.SoftwareList:
state += "\t\t</part>\n\t</software>\n\n"; state += "\t</software>\n\n";
break; break;
} }
@@ -4502,6 +4502,8 @@ namespace SabreTools.Helper
+ "\t\t\t</dataarea>\n"; + "\t\t\t</dataarea>\n";
break; break;
} }
state += "\t\t</part>\n";
break; break;
case OutputFormat.TSV: case OutputFormat.TSV:
// TSV should only output Rom and Disk // TSV should only output Rom and Disk