mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
remap-redux part2: add empty description
This commit is contained in:
parent
e71826e3d6
commit
921a30da88
@ -573,6 +573,9 @@ static void menu_action_setting_disp_set_label_input_desc(
|
||||
|
||||
if (!string_is_empty(descriptor))
|
||||
strlcpy(s, descriptor, len);
|
||||
else
|
||||
strlcpy(s, "---", len);
|
||||
|
||||
|
||||
*w = 19;
|
||||
strlcpy(s2, path, len2);
|
||||
|
Loading…
Reference in New Issue
Block a user