From 2b66788a476d2c0dd84b1d74b904953cdbb59379 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 11 Jul 2014 22:31:41 -0400 Subject: parse_bdf_2_1(): Use the right function --- diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index 8f301f5..bd61b28 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -278,7 +278,7 @@ sub parse_bdf_2_1 $section = BDF_2_1_SECTION_NONE; } else { $font->{'chars'}[$encoding]->{'bitmap'}[$y++] = - ord($line); + hex($line); } } } -- cgit v0.9.1