diff options
Diffstat (limited to 'src/input/input_dvb.c')
-rw-r--r-- | src/input/input_dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 842f96a49..771612a5a 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -1518,7 +1518,7 @@ static void load_epg_data(dvb_input_plugin_t *this) "CHILDRENS","MUSIC","ARTS/CULTURE","CURRENT AFFAIRS", "EDUCATIONAL","INFOTAINMENT","SPECIAL","COMEDY","DRAMA", "DOCUMENTARY","UNK"}; - snprintf(current_epg->content, MAX_EPG_CONTENT_TYPE_LENGTH, content[content_bits]); + snprintf(current_epg->content, MAX_EPG_CONTENT_TYPE_LENGTH, "%s", content[content_bits]); } break; case 0x55: { /* Parental Rating descriptor describes minimum recommened age -3 */ |