mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-22 12:40:31 +00:00
(shared.h) Initialize local variables
This commit is contained in:
parent
b3beb2788c
commit
aafc24ac32
@ -28,6 +28,8 @@ static INLINE void get_title(const char *label, const char *dir,
|
||||
struct string_list *list_label = string_split(label, "|");
|
||||
struct string_list *list_path = string_split(dir, "|");
|
||||
|
||||
*elem0 = *elem1 = *elem0_path = *elem1_path = 0;
|
||||
|
||||
if (list_label)
|
||||
{
|
||||
if (list_label->size > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user