mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-08 12:50:07 +00:00
(Menu) Fix warnings
This commit is contained in:
parent
fe2ccb5bfe
commit
9347010599
@ -91,6 +91,8 @@ static int create_string_list_rdb_entry_int(const char *desc, const char *label,
|
||||
if (!str_list)
|
||||
return -1;
|
||||
|
||||
attr.i = 0;
|
||||
|
||||
str_len += strlen(label) + 1;
|
||||
string_list_append(str_list, label, attr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user