From 95b4f27965f05e506efeaa6b0faa793efc0e870c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Jul 2014 16:38:45 -0400 Subject: init_font(): Really take arguments --- (limited to 'bin/bdf2fbcon') 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; -- cgit v0.9.1