diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-11 16:38:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-11 16:39:07 (EDT) |
commit | 95b4f27965f05e506efeaa6b0faa793efc0e870c (patch) | |
tree | 94a8247c335fb8c5cbe5887123e82eb66620b69e | |
parent | 24a401cf7ef0751298b6f84701ed91bd51df5534 (diff) |
init_font(): Really take arguments
-rwxr-xr-x | bin/bdf2fbcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index 3920a83..026195d 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -169,7 +169,7 @@ sub convert sub init_font { - my (%opts); + my (%opts) = @_; my $font; my $i; |