Can't forget to read that single character every loop

This commit is contained in:
Michael Becker 2014-12-04 22:07:22 -08:00
parent 7718f5181e
commit 3366d5468a

View File

@ -333,6 +333,7 @@ namespace UniversalEditor.DataFormats.Markup.XML
while (!tr.EndOfStream)
{
c = tr.ReadChar();
if (!loaded && (c != '<'))
{
return;