Commit e1fd82bb authored by Rémi Duraffort's avatar Rémi Duraffort

video_filter/logo: fix compilation.

parent 4ec2f036
......@@ -921,7 +921,7 @@ static int LogoCallback( vlc_object_t *p_this, char const *psz_var,
{
p_sys->posx = newval.i_int;
}
else if ( !strncmp( psz_var, "logo-y" ) )
else if ( !strcmp( psz_var, "logo-y" ) )
{
p_sys->posy = newval.i_int;
}
......
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