diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-11 16:33:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-11 16:33:24 (EDT) |
commit | 24a401cf7ef0751298b6f84701ed91bd51df5534 (patch) | |
tree | 6987e4336781566e927ebac1ca80f4e34164b65a | |
parent | 8921c3b93041a7fa771e063369d5c1552bbef61a (diff) |
init_font(): Clear default character name
-rwxr-xr-x | bin/bdf2fbcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index c57c188..3920a83 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -187,7 +187,7 @@ sub init_font for ($i = 0; $i < 256; ++$i) { $font->{'chars'}[$i] = { - 'name' => 'hello', + 'name' => '', 'encoding' => undef, 'bitmap' => [], }; |