* grub-core/osdep/windows/hostdisk.c (grub_util_fd_strerror):

Cut tailing newline. Remove arbitrary limitation. Always use
	grub_util_tchar_to_utf8.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 15:14:58 +02:00
parent 148f100768
commit 8f53bb3fd2
2 changed files with 32 additions and 17 deletions

View file

@ -1,3 +1,9 @@
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/windows/hostdisk.c (grub_util_fd_strerror):
Cut tailing newline. Remove arbitrary limitation. Always use
grub_util_tchar_to_utf8.
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_vsnprintf_real): Handle %% properly.