mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix -Wmissing-braces warning with clang.
This commit is contained in:
parent
c05be12ff4
commit
bc09245dee
@ -928,7 +928,7 @@ static bool playlist_read_file(
|
||||
}
|
||||
else
|
||||
{
|
||||
char buf[PLAYLIST_ENTRIES][1024] = {0};
|
||||
char buf[PLAYLIST_ENTRIES][1024] = {{0}};
|
||||
|
||||
for (i = 0; i < PLAYLIST_ENTRIES; i++)
|
||||
buf[i][0] = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user