Can't forget to read that single character every loop
This commit is contained in:
parent
7718f5181e
commit
3366d5468a
@ -333,6 +333,7 @@ namespace UniversalEditor.DataFormats.Markup.XML
|
||||
|
||||
while (!tr.EndOfStream)
|
||||
{
|
||||
c = tr.ReadChar();
|
||||
if (!loaded && (c != '<'))
|
||||
{
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user