mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix of-tags, more CMP writing
This commit is contained in:
@@ -144,7 +144,7 @@ namespace SabreTools.Library.DatFiles
|
||||
Description = reader.GetAttribute("name"),
|
||||
Supported = reader.GetAttribute("supported").AsSupported(),
|
||||
|
||||
CloneOf = reader.GetAttribute("cloneof") ?? string.Empty,
|
||||
CloneOf = reader.GetAttribute("cloneof"),
|
||||
Infos = new List<ListXmlInfo>(),
|
||||
SharedFeatures = new List<SoftwareListSharedFeature>(),
|
||||
DipSwitches = new List<ListXmlDipSwitch>(),
|
||||
|
||||
Reference in New Issue
Block a user