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