summaryrefslogtreecommitdiffstats
path: root/bin/bdf2fbcon
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bdf2fbcon')
-rwxr-xr-xbin/bdf2fbcon2
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' => [],
};