* Fixed bug in "node_complexity" where a TLabelNode was put through an invalid typecast.

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2024-11-09 23:39:20 +00:00 committed by J. Gareth "Kit" Moreton
parent 77ff0bd111
commit e2dd3a09dc

View File

@ -774,7 +774,6 @@ implementation
exit;
p := tunarynode(p).left;
end;
labeln,
blockn:
p := tunarynode(p).left;
callparan: