mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Cleanup
This commit is contained in:
parent
900d537351
commit
5839abd44a
@ -2499,7 +2499,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
break;
|
||||
case DISPLAYLIST_PLAYLIST_COLLECTION:
|
||||
{
|
||||
char path_playlist[PATH_MAX_LENGTH] = {0};
|
||||
char path_playlist[PATH_MAX_LENGTH];
|
||||
content_playlist_t *playlist = NULL;
|
||||
|
||||
if (menu->playlist)
|
||||
@ -2527,7 +2527,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
break;
|
||||
case DISPLAYLIST_HISTORY:
|
||||
{
|
||||
char path_playlist[PATH_MAX_LENGTH] = {0};
|
||||
char path_playlist[PATH_MAX_LENGTH];
|
||||
content_playlist_t *playlist = g_defaults.history;
|
||||
|
||||
strlcpy(path_playlist, "history", sizeof(path_playlist));
|
||||
|
Loading…
x
Reference in New Issue
Block a user