1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Fix crash on input stream info containing %

This commit is contained in:
Sébastien Escudier 2014-06-10 14:50:38 +02:00
parent 9421488d88
commit 186b201fcf

View File

@ -1304,7 +1304,7 @@ static void EsOutProgramEpg( es_out_t *out, int i_group, const vlc_epg_t *p_epg
if( p_pgrm->psz_now_playing )
{
input_Control( p_input, INPUT_ADD_INFO, psz_cat,
vlc_meta_TypeToLocalizedString(vlc_meta_NowPlaying),
vlc_meta_TypeToLocalizedString(vlc_meta_NowPlaying), "%s",
p_pgrm->psz_now_playing );
}
else