mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +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_label = string_split(label, "|");
|
||||||
struct string_list *list_path = string_split(dir, "|");
|
struct string_list *list_path = string_split(dir, "|");
|
||||||
|
|
||||||
|
*elem0 = *elem1 = *elem0_path = *elem1_path = 0;
|
||||||
|
|
||||||
if (list_label)
|
if (list_label)
|
||||||
{
|
{
|
||||||
if (list_label->size > 0)
|
if (list_label->size > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user