Fix C89 support.

This commit is contained in:
Tim Van den Langenbergh 2019-07-28 14:55:21 +02:00
parent c69c3f4c47
commit 6bd79acc5d

View File

@ -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)
{