Re: [PATCH v5 14/16] fs/fat: Simplify to use grub_utf16_to_utf8_alloc()

2023-08-22 Thread Vladimir 'phcoder' Serbinenko
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

[PATCH v5 14/16] fs/fat: Simplify to use grub_utf16_to_utf8_alloc()

2023-08-22 Thread Vitaly Kuzmichev
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