[DatItems] Fix build

This commit is contained in:
Matt Nadareski
2018-01-04 01:14:40 -08:00
parent 33283b7ea5
commit 616ede6f58
2 changed files with 2 additions and 2 deletions

View File

@@ -580,7 +580,7 @@ namespace SabreTools.Library.DatFiles
ParseAddHelper(blank, clean, remUnicode); ParseAddHelper(blank, clean, remUnicode);
} }
block = false, containsItems = false; block = false; containsItems = false;
blockname = ""; tempgamename = ""; gamedesc = ""; cloneof = ""; blockname = ""; tempgamename = ""; gamedesc = ""; cloneof = "";
romof = ""; sampleof = ""; year = ""; manufacturer = ""; romof = ""; sampleof = ""; year = ""; manufacturer = "";
} }

View File

@@ -1007,7 +1007,7 @@ namespace SabreTools.Library.DatFiles
SystemID = sysid, SystemID = sysid,
System = filename, System = filename,
SourceID = srcid, SourceID = srcid,
} };
blank.CopyMachineInformation(machine); blank.CopyMachineInformation(machine);