Przeglądaj źródła

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe 8 lat temu
rodzic
commit
b5fb9beec9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/nbas.pas

+ 1 - 1
compiler/nbas.pas

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