CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/20 09:49:56
Modified files:
sbin/fdisk : cmd.c gpt.c misc.c misc.h
Log message:
Simpify code manipulating GPT partition names by coalescing
logic into GPT_get_name(), string_to_name() and name_to_string()
functions. Remove unnecessarily abstract functions ask_string(),
utf16le_to_string() and string_to_utf16le().
No intentional functional change.
