summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bdf2fbcon2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}