* grub-core/commands/echo.c (grub_cmd_echo): Make UTF-8-clean by

constructing a new unescaped string and passing it to grub_xputs in
one go, rather than passing characters to grub_printf one at a time.
This commit is contained in:
Colin Watson 2010-12-21 13:52:07 +00:00
parent b889cfadf9
commit d060ad60ee
2 changed files with 24 additions and 8 deletions

View file

@ -1,3 +1,9 @@
2010-12-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/commands/echo.c (grub_cmd_echo): Make UTF-8-clean by
constructing a new unescaped string and passing it to grub_xputs in
one go, rather than passing characters to grub_printf one at a time.
2010-12-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/fs/udf.c (read_string): Pacify GCC warning by