Explorar o código

Fix pos field closing in XML node output after commit 47720

git-svn-id: trunk@47737 -
pierre %!s(int64=4) %!d(string=hai) anos
pai
achega
a0e96fd551
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      compiler/node.pas

+ 2 - 2
compiler/node.pas

@@ -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);