2
0
Эх сурвалжийг харах

Fix pos field closing in XML node output after commit 47720

git-svn-id: trunk@47737 -
pierre 4 жил өмнө
parent
commit
a0e96fd551
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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);