[DatFile] Read, don't skip

This commit is contained in:
Matt Nadareski
2016-09-29 12:55:16 -07:00
parent 36f9b12d06
commit b8fb6fd8b1

View File

@@ -3075,7 +3075,7 @@ namespace SabreTools.Helper
catch catch
{ {
// For XML errors, just skip the affected node // For XML errors, just skip the affected node
xtr?.Skip(); xtr?.Read();
} }
xtr.Dispose(); xtr.Dispose();