mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 16:29:14 +02:00
* more nodedata printing fixes, similiar to r35477
git-svn-id: trunk@35480 -
This commit is contained in:
parent
4c68ea1000
commit
ec45a92fb5
@ -1226,8 +1226,8 @@ implementation
|
|||||||
for f in tempinfo^.flags do
|
for f in tempinfo^.flags do
|
||||||
begin
|
begin
|
||||||
if notfirst then
|
if notfirst then
|
||||||
write(',');
|
write(t,',');
|
||||||
write(f);
|
write(t,f);
|
||||||
notfirst:=true;
|
notfirst:=true;
|
||||||
end;
|
end;
|
||||||
writeln(t,'])');
|
writeln(t,'])');
|
||||||
|
Loading…
Reference in New Issue
Block a user