Browse Source

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe 8 năm trước cách đây
mục cha
commit
b5fb9beec9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/nbas.pas

+ 1 - 1
compiler/nbas.pas

@@ -1230,7 +1230,7 @@ implementation
             write(f);
             notfirst:=true;
           end;
-        writeln('])');
+        writeln(t,'])');
       end;