mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 04:39:22 +02:00
Fix pos field closing in XML node output after commit 47720
git-svn-id: trunk@47737 -
This commit is contained in:
parent
3a952d9346
commit
a0e96fd551
@ -943,9 +943,9 @@ implementation
|
|||||||
else
|
else
|
||||||
Write(T, ',', i)
|
Write(T, ',', i)
|
||||||
end;
|
end;
|
||||||
|
write(t,'"');
|
||||||
if (nf_pass1_done in flags) then
|
if (nf_pass1_done in flags) then
|
||||||
write(t,'" complexity="',node_complexity(self),'"');
|
write(t,' complexity="',node_complexity(self),'"');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure tnode.XMLPrintNodeData(var T: Text);
|
procedure tnode.XMLPrintNodeData(var T: Text);
|
||||||
|
Loading…
Reference in New Issue
Block a user