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};
|
JSONContext context = {0};
|
||||||
context.writer = JSON_Writer_Create(NULL);
|
context.writer = JSON_Writer_Create(NULL);
|
||||||
context.file = file;
|
context.file = file;
|
||||||
char label_display_mode[4];
|
char label_display_mode[4] = {0};
|
||||||
|
|
||||||
if (!context.writer)
|
if (!context.writer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue