diff options
-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' => [], }; |