Explorar o código

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe %!s(int64=8) %!d(string=hai) anos
pai
achega
b5fb9beec9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;