Commit 61d5259e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Same as previous commit

parent 7e501d16
......@@ -627,7 +627,7 @@ static void ParseVorbisComments( decoder_t *p_dec )
*psz_value = '\0';
psz_value++;
input_Control( p_input, INPUT_ADD_INFO, _("Vorbis comment"),
psz_name, psz_value );
psz_name, "%s", psz_value );
if( !strcasecmp( psz_name, "artist" ) )
{
if( psz_value && ( *psz_value != '\0' ) )
......
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