* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
This commit is contained in:
florian 2017-02-25 15:41:39 +00:00
parent 4c68ea1000
commit ec45a92fb5

View File

@ -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,'])');