FictitiousFrode / Decompilers

Perl scripts for decompiling IF containers
9 stars 0 forks source link

Bug in adrift.pl Line 1755 : non-existent subroutine (incorrectly named) #2

Closed AeonBlack closed 7 years ago

AeonBlack commented 7 years ago

Was:

1755: writeXMLElement('Person', Person( $Objects[$object]{Parent} ));

Assuming:

1755: writeXMLElement('Person', namePerson( $Objects[$object]{Parent} ));

FictitiousFrode commented 7 years ago

Thanks, fixed :)