Fix pos field closing in XML node output after commit 47720

git-svn-id: trunk@47737 -
This commit is contained in:
pierre 2020-12-09 12:36:46 +00:00
parent 3a952d9346
commit a0e96fd551

View File

@ -943,9 +943,9 @@ implementation
else
Write(T, ',', i)
end;
write(t,'"');
if (nf_pass1_done in flags) then
write(t,'" complexity="',node_complexity(self),'"');
write(t,' complexity="',node_complexity(self),'"');
end;
procedure tnode.XMLPrintNodeData(var T: Text);