
16 Jan
2019
16 Jan
'19
10:35 p.m.
On Sat, 12 Jan 2019 at 04:02, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
UTF-16 strings in our code should all be u16 *. Fix an inconsistency for file names which may lead to a warning for printf("%ls", ).
Simon Glass sjg@chromium.org Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 additionally correct efi_selftest_block_device.c
include/efi_api.h | 2 +- lib/efi_loader/efi_file.c | 14 +++++++------- lib/efi_selftest/efi_selftest_block_device.c | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org