LGTM
Le mar. 22 août 2023, 23:41, Vitaly Kuzmichev
a écrit :
> Transform grub_fat_label() function to use grub_utf16_to_utf8_alloc()
> helper function to convert volume label from UTF-16 to UTF-8.
>
> Signed-off-by: Vitaly Kuzmichev
> ---
> grub-core/fs/fat.c | 20
> 1 fil
Transform grub_fat_label() function to use grub_utf16_to_utf8_alloc()
helper function to convert volume label from UTF-16 to UTF-8.
Signed-off-by: Vitaly Kuzmichev
---
grub-core/fs/fat.c | 20
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/grub-core/fs/fat.c