fix deprecated statement

This commit is contained in:
Dr. Stephen Henson 2011-12-27 14:39:13 +00:00
parent c79f22c63a
commit 816e243a87

View file

@ -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)
{