Răsfoiți Sursa

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe 8 ani în urmă
părinte
comite
b5fb9beec9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;