mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Fix issue with comments in OpenMSX
This commit is contained in:
@@ -83,7 +83,10 @@ namespace SabreTools.Serialization.Readers
|
||||
|
||||
// Only process starting elements
|
||||
if (!reader.IsStartElement())
|
||||
{
|
||||
reader.Skip();
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (reader.Name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user