diff options
Diffstat (limited to 'lib/look.pl')
-rw-r--r-- | lib/look.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/look.pl b/lib/look.pl index 6eef43983b..4c14e64727 100644 --- a/lib/look.pl +++ b/lib/look.pl @@ -4,7 +4,7 @@ ;# (stringwise) to $key. Pass flags for dictionary order and case folding. sub look { - local(*FH,$key,$fold) = @_; + local(*FH,$key,$dict,$fold) = @_; local($max,$min,$mid,$_); local($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime, $blksize,$blocks) = stat(FH); |