fix deprecated statement
This commit is contained in:
parent
c79f22c63a
commit
816e243a87
@ -770,7 +770,7 @@ EOF
|
||||
undef %err_reason_strings;
|
||||
}
|
||||
|
||||
if($debug && defined(%notrans)) {
|
||||
if($debug && %notrans) {
|
||||
print STDERR "The following function codes were not translated:\n";
|
||||
foreach(sort keys %notrans)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user