fix deprecated statement

This commit is contained in:
Dr. Stephen Henson 2011-12-27 14:36:57 +00:00
parent b170703128
commit 296aca9dcf

View File

@ -769,7 +769,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)
{