On Sat, 12 Jan 2019 at 04:02, Heinrich Schuchardt 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
> Signed-off-by: Heinrich Schuchardt
> ---
> v2
> additionally correct efi_s
On Fri, 11 Jan 2019 at 13:27, Heinrich Schuchardt 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
> Signed-off-by: Heinrich Schuchardt
> ---
> include/efi_api.h | 2 +-
> l
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
Signed-off-by: Heinrich Schuchardt
---
v2
additionally correct efi_selftest_block_device.c
---
include/efi_api.h|
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
Signed-off-by: Heinrich Schuchardt
---
include/efi_api.h | 2 +-
lib/efi_loader/efi_file.c | 14 +++---
2 files changed, 8 insertions
4 matches
Mail list logo