mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Read, don't skip
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user