Explorar o código

Patch by Vasiliy Kevroletin. Fixes Mantis #23655.

compiler/node.pas, tnode.printnodeinfo:
  * write flags to file "t" instead of stdout

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

+ 1 - 1
compiler/node.pas

@@ -858,7 +858,7 @@ implementation
                 write(t,',')
               else
                 first:=false;
-              write(i);
+              write(t, i);
             end;
         write(t,']');
       end;