From 24a401cf7ef0751298b6f84701ed91bd51df5534 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Jul 2014 16:33:24 -0400 Subject: init_font(): Clear default character name --- 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' => [], }; -- cgit v0.9.1