浏览代码

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 年之前
父节点
当前提交
c7a9e17bc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;