mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +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
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user