Fix missing $opt ref

This commit is contained in:
Ilia Rostovtsev
2020-02-28 23:25:35 +03:00
parent c90848b59a
commit 62ca456cfa

View File

@@ -615,7 +615,7 @@ sub overwrite
say " .. $key --> $translated";
}
$translated = translated_substitute($translated);
$translated = translated_substitute($translated, $opt);
if ($opt->{'verbose'} == 2) {
say " .. $key <-> $translated";