
12 Jan
2019
12 Jan
'19
10:31 p.m.
On Fri, 11 Jan 2019 at 13:27, 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
include/efi_api.h | 2 +- lib/efi_loader/efi_file.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org