Procházet zdrojové kódy

* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
florian před 8 roky
rodič
revize
ec45a92fb5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      compiler/nbas.pas

+ 2 - 2
compiler/nbas.pas

@@ -1226,8 +1226,8 @@ implementation
         for f in tempinfo^.flags do
           begin
             if notfirst then
-              write(',');
-            write(f);
+              write(t,',');
+            write(t,f);
             notfirst:=true;
           end;
         writeln(t,'])');