[vlc-devel] commit: Avoid segfault in subtitle demuxer. ( Rémi Duraffort )

Antoine Cellerier dionoea at videolan.org
Wed Jul 2 21:08:09 CEST 2008


On Wed, Jul 02, 2008, git version control wrote:
>      psz_type = var_CreateGetString( p_demux, "sub-type" );
> -    if( *psz_type )
> +    if( psz_type && *psz_type )

I though that var_GetString always returned a string which is why we had
var_GetNonEmptyString. Has that behavior changed recently?

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list