Forráskód Böngészése

* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
florian 8 éve
szülő
commit
ec45a92fb5
1 módosított fájl, 2 hozzáadás és 2 törlés
  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,'])');