Commit 186b201f authored by Sébastien Escudier's avatar Sébastien Escudier

Fix crash on input stream info containing %

parent 9421488d
...@@ -1304,7 +1304,7 @@ static void EsOutProgramEpg( es_out_t *out, int i_group, const vlc_epg_t *p_epg ...@@ -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 ) if( p_pgrm->psz_now_playing )
{ {
input_Control( p_input, INPUT_ADD_INFO, psz_cat, 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 ); p_pgrm->psz_now_playing );
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment