diff options
-rwxr-xr-x | bin/bdf2fbcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bdf2fbcon b/bin/bdf2fbcon index cc49432..f42629c 100755 --- a/bin/bdf2fbcon +++ b/bin/bdf2fbcon @@ -273,7 +273,7 @@ sub write_fbcon for ($i = 0; $i < 255; ++$i) { $char = $font->{'chars'}[$i]; - printf($output_fh "\n\t/* %d 0x%x '%s' */\n", + printf($output_fh "\n\t/* %3d 0x%02x '%s' */\n", $i, $i, $char->{'name'}); } |