diff options
Diffstat (limited to 'Echolot')
-rw-r--r-- | Echolot/Tools.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm index 6828ed7..0ed423c 100644 --- a/Echolot/Tools.pm +++ b/Echolot/Tools.pm @@ -344,7 +344,7 @@ sub readwrite_gpg($$$$$) { } } - next unless (defined(@$readyr)); # Wait some more. + next unless (defined($readyr)); # Wait some more. for my $rfd (@$readyr) { if ($rfd->eof) { |