efi_loader: superfluous conversion in efi_file_open()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 19 Mar 2019 18:16:23 +0000 (19:16 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Mar 2019 17:16:53 +0000 (18:16 +0100)
commit1646e0928c8eb052bfa2283a6ab8d9f2a92a10e9
tree5509f53163d5006cd91c291c0f5a7993538d8f9a
parentd5974af7f7626777b5c41894f75c813ff35c1793
efi_loader: superfluous conversion in efi_file_open()

printf("%ls", ..) expects u16 * as argument to print. There is not need for
a conversion to wchar_t *.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_file.c