Commit 49ab2f56 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix previous commit.

parent b751665a
......@@ -386,7 +386,7 @@ VCDUpdateTitle( access_t *p_access )
if( psz_mrl )
{
char *psz_name;
char* psz_title_format = config_GetPsz( p_access, MODULE_STRING "-title-format" )
char* psz_title_format = config_GetPsz( p_access, MODULE_STRING "-title-format" );
snprintf( psz_mrl, psz_mrl_max, "%s%s",
VCD_MRL_PREFIX, p_vcdplayer->psz_source );
psz_name = VCDFormatStr( p_access, p_vcdplayer, psz_title_format, psz_mrl,
......
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