Selaa lähdekoodia

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe 8 vuotta sitten
vanhempi
commit
b5fb9beec9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;