Explorar el Código

* fixed printing of nodedata to the screen

git-svn-id: trunk@35477 -
Jonas Maebe hace 8 años
padre
commit
b5fb9beec9
Se han modificado 1 ficheros con 1 adiciones y 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;