[vlc-devel] [PATCH] mtime: fix assertion for 32-bit

Francois Cartegnie fcvlcdev at free.fr
Wed Dec 11 12:16:05 CET 2013


Le 11/12/2013 08:22, Tristan Matthews a écrit :
> -        assert( p_date->i_remainder > -p_date->i_divider_num);
> +        assert( p_date->i_remainder < p_date->i_divider_num );

That's not that simple without original code.
See comments on #10101.

Francois



More information about the vlc-devel mailing list