* stage2/char_io.c (convert_to_ascii): Remove "%b" support.

It's non-standard and is not used anymore.
(grub_printf): Likewise.
This commit is contained in:
proski 2004-05-03 13:27:34 +00:00
parent 3fa2fbb8bd
commit 6355ac9d94
2 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2004-05-03 Pavel Roskin <proski@gnu.org>
* stage2/char_io.c (convert_to_ascii): Remove "%b" support.
It's non-standard and is not used anymore.
(grub_printf): Likewise.
2004-04-29 Robert Millan <robertmh@gnu.org>
From Yann Dirson <dirson@debian.org>: