Browse Source

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 12 năm trước cách đây
mục cha
commit
c7a9e17bc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;