mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
C89 buildfix
This commit is contained in:
parent
eddeaddb17
commit
224b581881
@ -129,7 +129,7 @@ bool menu_input_dialog_start(menu_input_ctx_line_t *line)
|
|||||||
|
|
||||||
menu_input_dialog_display_kb();
|
menu_input_dialog_display_kb();
|
||||||
|
|
||||||
// Only copy over the menu label and setting if they exist.
|
/* Only copy over the menu label and setting if they exist. */
|
||||||
if (line->label)
|
if (line->label)
|
||||||
strlcpy(menu_input_dialog_keyboard_label, line->label,
|
strlcpy(menu_input_dialog_keyboard_label, line->label,
|
||||||
sizeof(menu_input_dialog_keyboard_label));
|
sizeof(menu_input_dialog_keyboard_label));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user