summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorP. 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)
commit24a401cf7ef0751298b6f84701ed91bd51df5534 (patch)
tree6987e4336781566e927ebac1ca80f4e34164b65a /bin
parent8921c3b93041a7fa771e063369d5c1552bbef61a (diff)
init_font(): Clear default character name
Diffstat (limited to 'bin')
-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' => [],
};