commit b6678f1d8770d62f8d1e7940f4228ab614b01c3b
parent 59bfedb46f368499dc189620b1c6d3cea88a8dfb
Author: lumidify <nobody@lumidify.org>
Date: Mon, 6 Apr 2020 16:10:02 +0200
And another one
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/transliterate.pl b/transliterate.pl
@@ -1366,7 +1366,7 @@ if (-f $args{"errors"} && !$args{"force"}) {
my $outputfh;
if ($args{"output"} eq "") {
warn "WARNING: no output file supplied; printing to STDOUT\n";
- $outputfh = *STDOUT;
+ $outputfh = \*STDOUT;
} elsif (-f $args{"output"} && !$args{"force"}) {
my $choice = "";
while ($choice !~ /^[aoe]$/) {