fix deprecated statement
This commit is contained in:
parent
c79f22c63a
commit
816e243a87
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue