mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix C89 support.
This commit is contained in:
parent
c69c3f4c47
commit
6bd79acc5d
@ -1225,7 +1225,7 @@ void playlist_write_file(playlist_t *playlist)
|
||||
JSONContext context = {0};
|
||||
context.writer = JSON_Writer_Create(NULL);
|
||||
context.file = file;
|
||||
char label_display_mode[4];
|
||||
char label_display_mode[4] = {0};
|
||||
|
||||
if (!context.writer)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user